'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;}