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


In This Topic
    LineTrimStyleXML Property
    In This Topic
    Gets or sets the line trim style
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(0)>
    <System.ComponentModel.CategoryAttribute("StringFormat")>
    <System.ComponentModel.DescriptionAttribute("The line trim style.")>
    Public Property LineTrimStyleXML As System.Integer
    'Usage
     
    
    Dim instance As NTextStyle
    Dim value As System.Integer
     
    instance.LineTrimStyleXML = value
     
    value = instance.LineTrimStyleXML
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(0)]
    [System.ComponentModel.Category("StringFormat")]
    [System.ComponentModel.Description("The line trim style.")]
    public System.int LineTrimStyleXML {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