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