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