'Declaration
<System.ComponentModel.CategoryAttribute("Size")> <System.ComponentModel.DescriptionAttribute("Controls the width inner border.")> Public Property InnerBorderWidth As NLength
'Usage
Dim instance As NStandardFrameStyle Dim value As NLength instance.InnerBorderWidth = value value = instance.InnerBorderWidth
[System.ComponentModel.Category("Size")] [System.ComponentModel.Description("Controls the width inner border.")] public NLength InnerBorderWidth {get; set;}