'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the size of the glyph's bounding box.")> Public Overridable Property GlyphSize As NSize
'Usage
Dim instance As NGlyphCheckElement Dim value As NSize instance.GlyphSize = value value = instance.GlyphSize
[System.ComponentModel.Description("Gets/sets the size of the glyph's bounding box.")] public virtual NSize GlyphSize {get; set;}