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