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