Back to Devexpress

StubGlyphOptions Members

windowsforms-devexpress-dot-utils-dot-drawing-dot-stubglyphoptions-dot-underscore-members.md

latest7.1 KB
Original Source

StubGlyphOptions Members

Provides appearance and behavior settings for stub glyphs.

Constructors

NameDescription
StubGlyphOptions()Initializes a new instance of the StubGlyphOptions class with the default settings.

Properties

NameDescription
AllowStubGlyphsGets or sets whether or not items that have no images should display stub glyphs.
CaseModeGets or sets the case mode for stub glyph captions.
ColorModeGets or sets the stub glyphs’ color scheme.
CornerRadiusGets or sets the corner radius for rectangular stub glyphs.
DefaultFont staticProvides access to the default stub glyph caption font.
FontGets or sets the font that should be applied to stub glyph captions.
HorizontalAlignmentGets or sets the horizontal alignment of stub glyphs’ captions.
LetterCountGets or sets the number of initial letters of a bar item caption that should be displayed by this item’s stub glyph.
PaddingGets or sets the distance between glyph borders and inner text content.
RandomizeColorsGets or sets whether or not different hues of the same color are allowed.
TypeGets or sets the stub glyph shape.
UseFontGets or sets whether font settings stored in the StubGlyphOptions.Font section should be applied to stub glyphs’ captions.
VerticalAlignmentGets or sets the vertical alignment of stub glyphs’ captions.

Methods

NameDescription
Assign(BaseOptions)Copies all settings from the options object passed as a parameter. Inherited from BaseOptions.
Assign(StubGlyphOptions)Copies all settings of the target StubGlyphOptions object to this StubGlyphOptions object.
BeginUpdate()Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions.
CancelUpdate()Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions.
EndUpdate()Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Resets all options to their default values. Inherited from BaseOptions.
ShouldSerializeOptions(IComponent)Tests whether or not the StubGlyphOptions should be persisted.
ToString()Returns a string representing the currently enabled options. Inherited from BaseOptions.

Events

NameDescription
ChangedOccurs whenever the StubGlyphOptions object changes.

See Also

StubGlyphOptions Class

DevExpress.Utils.Drawing Namespace