C# |
public GlyphTextSymbolCount LetterCount { get; set; }
|
VB |
Public Property LetterCount As GlyphTextSymbolCount
|
Property value
Type: GlyphTextSymbolCount
A GlyphTextSymbolCount enumerator value that allows you to choose between one and two characters.
The default is GlyphTextSymbolCount.One.
Stub glyph captions always start with the first character of their related bar item captions. Set this property to GlyphTextSymbolCount.Two to draw the second character as well. Displaying two characters requires more space and thus, is primarily recommended for large bar item links.
See Stub Glyphs to learn more.