Nevron .NET Vision
Nevron.GraphicsCore Namespace / NStringFormatStyle Class / TextDirection Property


In This Topic
    TextDirection Property
    In This Topic
    Defines the text direction ("left to right" or "right to left").
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.CategoryAttribute("StringFormat")>
    <System.ComponentModel.DescriptionAttribute("The text direction.")>
    Public Property TextDirection As TextDirection
    'Usage
     
    
    Dim instance As NStringFormatStyle
    Dim value As TextDirection
     
    instance.TextDirection = value
     
    value = instance.TextDirection
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Category("StringFormat")]
    [System.ComponentModel.Description("The text direction.")]
    public TextDirection TextDirection {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