'Declaration
<System.ComponentModel.DescriptionAttribute("Gets the NPadding object which controls the inner spacing of the buttons within the rect occupied by them.")> Public Property ButtonsMargins As NPadding
'Usage
Dim instance As NCaptionElement Dim value As NPadding instance.ButtonsMargins = value value = instance.ButtonsMargins
[System.ComponentModel.Description("Gets the NPadding object which controls the inner spacing of the buttons within the rect occupied by them.")] public NPadding ButtonsMargins {get; set;}