'Declaration
<System.ComponentModel.CategoryAttribute("Metrics")> <System.ComponentModel.DescriptionAttribute("Gets/sets the width of the right border.")> Public Property RightBorder As System.Integer
'Usage
Dim instance As NFrameAppearance Dim value As System.Integer instance.RightBorder = value value = instance.RightBorder
[System.ComponentModel.Category("Metrics")] [System.ComponentModel.Description("Gets/sets the width of the right border.")] public System.int RightBorder {get; set;}