'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the spacing between the glyph's bounding box and other content.")> Public Overridable Property GlyphMargins As NPadding
'Usage
Dim instance As NGlyphItem Dim value As NPadding instance.GlyphMargins = value value = instance.GlyphMargins
[System.ComponentModel.Description("Gets/sets the spacing between the glyph's bounding box and other content.")] public virtual NPadding GlyphMargins {get; set;}