'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the edges used to round the stroke path.")> <System.ComponentModel.EditorAttribute(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property RoundingEdges As RoundingEdges
'Usage
Dim instance As NStrokeInfo Dim value As RoundingEdges instance.RoundingEdges = value value = instance.RoundingEdges
[System.ComponentModel.Description("Gets/sets the edges used to round the stroke path.")] [System.ComponentModel.Editor(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)] public RoundingEdges RoundingEdges {get; set;}