'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies the mode in which the text is displayed")> <System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Mode As BoxTextMode
'Usage
Dim instance As NTextPrimitive Dim value As BoxTextMode instance.Mode = value value = instance.Mode
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies the mode in which the text is displayed")] [System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public BoxTextMode Mode {get; set;}