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