Gets or sets a number of glyphs in the vector font.
public int GlyphCount {get; set;}
public: __property int get_GlyphCount();
public: __property void set_GlyphCount(
int value
);
public:
property int GlyphCount {
int get();
void set ( int value);
}
'Declaration
Public Property GlyphCount As Integer
'Usage
Dim instance As ImGearVectorFont
Dim value As Integer
instance.GlyphCount = value
value = instance.GlyphCount
Property Value
Non-negative integer value.