BadgeDefaultProperties Properties
Provides members that specify the appearance and behavior of the current Badge.Name | Description |
---|---|
ActualImage | Gets the current image displayed by this badge. |
ActualImageStretchMargins | Returns the current stretch margins applied to this Badge‘s image. |
ActualLocation | Returns the current Badge alignment relative to its target element. |
ActualOffset | Returns the current Badge offset. |
ActualPaintStyle | Returns the paint style currently applied to this badge. |
ActualText | Returns the text currently displayed in this badge. |
ActualTextMargin | Returns margins currently applied to this Badge‘s text. |
ActualTrimByParent | Gets whether or not this badge will be trimmed if it goes beyond its target element’s parent. |
AllowGlyphSkinning | Gets or sets whether or not the glyph skinning feature is applied to this badge. |
AllowHtmDrawText | Gets or sets whether or not this badge recognizes HTML tags in its text. |
AllowImage | Gets or sets whether or not this badge should display its image. |
CanHtmDrawText | Returns whether or not this badge can recognize HTML tags in its caption string. |
CanStretchImage | Gets whether or not this Badge image can be stretched. |
CanUseImage | Gets whether or not an image, assigned to this Badge will be displayed. |
Image | Gets or sets an image, used by this Badge. |
ImageOptions | Provides access to settings that allow you to assign both raster and vector images to a badge. |
ImageStretchMargins | Gets or sets the image region that can be stretched. |
IsGlyphSkinningEnabled | Gets whether or not this badge should colorize its glyph. |
Location | Gets or sets the relative position for this Badge. |
Offset | Gets or sets this badge’s offset from its relative position. |
PaintStyle | Gets or sets the paint style applied to this badge. |
StretchImage | Gets or sets whether or not this Badge should stretch its image to fit the text block. |
Text | Gets or sets the text string, displayed by this Badge. |
TextMargin | Gets or sets margins for this Badge‘s text. |
TrimByParent | Gets or sets whether or not this Badge should be trimmed to match its target element’s parent. |
See Also