'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the NControlBorder object that manages the border around the control.")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> Public ReadOnly Property Border As NControlBorder
'Usage
Dim instance As NButton Dim value As NControlBorder value = instance.Border
[System.ComponentModel.Description("Gets the NControlBorder object that manages the border around the control.")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] public NControlBorder Border {get;}