'Declaration
<System.ComponentModel.DefaultValueAttribute(2)> <System.ComponentModel.DescriptionAttribute("Gets/sets the weight of the glyph.")> Public Property GlyphWeight As System.Integer
'Usage
Dim instance As NCheckBoxShape Dim value As System.Integer instance.GlyphWeight = value value = instance.GlyphWeight
[System.ComponentModel.DefaultValue(2)] [System.ComponentModel.Description("Gets/sets the weight of the glyph.")] public System.int GlyphWeight {get; set;}