Perspective Property (GoCylinder)
In This Topic
Gets or sets how to draw the cylinder, whether the full ellipse is drawn on the top or bottom for Orientation.Vertical
or left or right for Orientation.Horizontal
,
Syntax
[Category("Appearance")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[Description("Whether the cylinder's full ellipse is drawn on the top or bottom of the cylinder.")]
public virtual GoPerspective Perspective {get; set;}
Property Value
This defaults to
GoPerspective.TopLeft
See Also