Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTextStyle Class / TextFormat Property


In This Topic
    TextFormat Property (NTextStyle)
    In This Topic
    Controls how the control should parse the texts displayed by this NText object.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Formatting")>
    <System.ComponentModel.DescriptionAttribute("Chooses between simple and XML fomatted text.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property TextFormat As TextFormat
    'Usage
     
    
    Dim instance As NTextStyle
    Dim value As TextFormat
     
    instance.TextFormat = value
     
    value = instance.TextFormat
    [System.ComponentModel.Category("Formatting")]
    [System.ComponentModel.Description("Chooses between simple and XML fomatted text.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.Xml.Serialization.XmlAttribute()]
    public TextFormat TextFormat {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