'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the flags which control the appearance of GDI texts.")> Public Property TextFormatFlags As System.Windows.Forms.TextFormatFlags
'Usage
Dim instance As NLightUIItemVisualState Dim value As System.Windows.Forms.TextFormatFlags instance.TextFormatFlags = value value = instance.TextFormatFlags
[System.ComponentModel.Description("Gets/sets the flags which control the appearance of GDI texts.")] public System.Windows.Forms.TextFormatFlags TextFormatFlags {get; set;}