'Declaration
<System.ComponentModel.CategoryAttribute("Styles")> <System.ComponentModel.DescriptionAttribute("Gets/sets the stroke style")> <System.ComponentModel.TypeConverterAttribute(Nevron.GraphicsCore.Text.NAutomaticStyleTypeConverter)> Public Property StrokeStyle As NStrokeStyle
'Usage
Dim instance As NStyle Dim value As NStrokeStyle instance.StrokeStyle = value value = instance.StrokeStyle
[System.ComponentModel.Category("Styles")] [System.ComponentModel.Description("Gets/sets the stroke style")] [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.Text.NAutomaticStyleTypeConverter)] public NStrokeStyle StrokeStyle {get; set;}