'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the name of the font.")> <System.ComponentModel.EditorAttribute(Nevron.UI.NFontNameTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Name As System.String
'Usage
Dim instance As NThemeFontInfo Dim value As System.String instance.Name = value value = instance.Name
[System.ComponentModel.Description("Gets/sets the name of the font.")] [System.ComponentModel.Editor(Nevron.UI.NFontNameTypeEditor, System.Drawing.Design.UITypeEditor)] public System.string Name {get; set;}