Skip to main content

BadgeProperties Members

Provides members that specify the appearance and behavior of all Badges within this adorner manager.

Constructors

Name Description
BadgeProperties() Initializes a new instance of the BadgeProperties class with the default settings.

Properties

Name Description
AllowGlyphSkinning Gets or sets whether or not all badges within this AdornerUIManager should colorize their images using background colors.
AllowHtmDrawText Gets or sets whether or not any badge owned by this manager should use HTML tags to format its caption string.
AllowImage Gets or sets whether or not badges within this AdornerUIManager should display their icons.
Image Gets or sets the default image, displayed by all badges within this AdornerUIManager.
ImageStretchMargins Gets or sets the image region that can be stretched.
ImageUri Gets or sets the URI that specifies an image from the DevExpress Image Gallery assigned to this badge.
Location Gets or sets the relative position, based on which all Badges within this AdornerUIManager are aligned.
Offset Gets or sets the offset, common to all Badges within this AdornerUIManager.
PaintStyle Gets or sets the paint style common to all badges owned by this manager.
StretchImage Gets or sets whether all badges should stretch their images according to the displayed text.
SvgImage Gets or sets the vector image assigned to a badge.
SvgImageSize Gets or sets the size of the vector image assigned to a badge.
Text Gets or sets the default text, displayed by all Badges within this AdornerUIManager.
TextMargin Gets or sets the global text margin, common to all Badges within this AdornerUIManager.
TrimByParent Gets or sets whether or not the AdornerUIManager should trim any Badge that is bigger than its target element’s parent.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
See Also