'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies the mode in which the text is displayed")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Mode As BoxTextMode
'Usage
Dim instance As NBoxPrimitive 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.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public BoxTextMode Mode {get; set;}