'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the NPadding object which controls the margins of the text.")> Public Property TextMargins As NPadding
'Usage
Dim instance As NImageAndTextItem Dim value As NPadding instance.TextMargins = value value = instance.TextMargins
[System.ComponentModel.Description("Gets/sets the NPadding object which controls the margins of the text.")] public NPadding TextMargins {get; set;}