'Declaration
<System.Xml.Serialization.XmlIgnoreAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.CategoryAttribute("StringFormat")> <System.ComponentModel.DescriptionAttribute("The line trim style.")> Public Property LineTrimStyle As LineTrimStyle
'Usage
Dim instance As NTextStyle Dim value As LineTrimStyle instance.LineTrimStyle = value value = instance.LineTrimStyle
[System.Xml.Serialization.XmlIgnore()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Category("StringFormat")] [System.ComponentModel.Description("The line trim style.")] public LineTrimStyle LineTrimStyle {get; set;}