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