'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the flags that control text formatting.")> <System.ComponentModel.EditorAttribute(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property FormatFlags As System.Drawing.StringFormatFlags
'Usage
Dim instance As NGdiPlusTextFormat Dim value As System.Drawing.StringFormatFlags instance.FormatFlags = value value = instance.FormatFlags
[System.ComponentModel.Description("Gets/sets the flags that control text formatting.")] [System.ComponentModel.Editor(Nevron.UI.NFlagsEnumTypeEditor, System.Drawing.Design.UITypeEditor)] public System.Drawing.StringFormatFlags FormatFlags {get; set;}