'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the NProgressBar will display text.")> Public Property ShowText As System.Boolean
'Usage
Dim instance As NProgressBarProperties Dim value As System.Boolean instance.ShowText = value value = instance.ShowText
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value whether the NProgressBar will display text.")] public System.bool ShowText {get; set;}