'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the border of the image frame.")> Public Property BorderStyle As NStrokeStyle
'Usage
Dim instance As NImageFrameStyle Dim value As NStrokeStyle instance.BorderStyle = value value = instance.BorderStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the border of the image frame.")] public NStrokeStyle BorderStyle {get; set;}