'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the style of the gradient. Valid when the current fill style is FillStyle.Gradient.")> Public Property GradientStyle As GradientStyle
'Usage
Dim instance As NFillInfo Dim value As GradientStyle instance.GradientStyle = value value = instance.GradientStyle
[System.ComponentModel.Description("Gets/sets the style of the gradient. Valid when the current fill style is FillStyle.Gradient.")] public GradientStyle GradientStyle {get; set;}