'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the orientation of the glyph.")> Public Property Orientation As System.Windows.Forms.Orientation
'Usage
Dim instance As NNavigationGlyphShape Dim value As System.Windows.Forms.Orientation instance.Orientation = value value = instance.Orientation
[System.ComponentModel.Description("Gets/sets the orientation of the glyph.")] public System.Windows.Forms.Orientation Orientation {get; set;}