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