GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPerspective Enumeration
In This Topic
    GoPerspective Enumeration
    In This Topic
    Specifies the 3D perspective to simulate for any "3D" GoObject.
    Syntax
    public enum GoPerspective : System.Enum 
    Members
    MemberDescription
    BottomLeft A perspective style for any "3D" GoObject.
    BottomRight A perspective style for any "3D" GoObject.
    TopLeft A perspective style for any "3D" GoObject.
    TopRight A perspective style for any "3D" GoObject.
    See Also