'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the text displayed next to the font name with the appropriate font. If null "Sample text" will be displayed.")> Public Property SampleText As System.String
'Usage
Dim instance As NFontListBoxItem Dim value As System.String instance.SampleText = value value = instance.SampleText
[System.ComponentModel.Description("Gets/sets the text displayed next to the font name with the appropriate font. If null "Sample text" will be displayed.")] public System.string SampleText {get; set;}