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