'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the orientation of the text.")> Public Property Orientation As TextOrientation
'Usage
Dim instance As NTextShape Dim value As TextOrientation instance.Orientation = value value = instance.Orientation
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the orientation of the text.")] public TextOrientation Orientation {get; set;}