'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Obtains the light border style.")> Public Property LightBorderStyle As NStrokeStyle
'Usage
Dim instance As NImageFrameStyle Dim value As NStrokeStyle instance.LightBorderStyle = value value = instance.LightBorderStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Obtains the light border style.")] public NStrokeStyle LightBorderStyle {get; set;}