'Declaration
<System.ComponentModel.EditorAttribute(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)> <System.ComponentModel.DescriptionAttribute("Gets/sets the fill style for the glyph.")> Public Property GlyphFillStyle As NFillStyle
'Usage
Dim instance As NGlyphShape Dim value As NFillStyle instance.GlyphFillStyle = value value = instance.GlyphFillStyle
[System.ComponentModel.Editor(Nevron.UI.NNullableAppearanceStyleTypeEditor, System.Drawing.Design.UITypeEditor)] [System.ComponentModel.Description("Gets/sets the fill style for the glyph.")] public NFillStyle GlyphFillStyle {get; set;}