Nevron .NET Vision
Nevron.UI Namespace / NGdiPlusTextFormat Structure / FormatFlags Property


In This Topic
    FormatFlags Property
    In This Topic
    Gets/sets the flags that control text formatting.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also