GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCube Class / Perspective Property
In This Topic
    Perspective Property (GoCube)
    In This Topic
    Gets or sets the perspective from which the cube is viewed.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("The direction the back square is offset from the front square.")]
    public virtual GoPerspective Perspective {get; set;}

    Property Value

    This defaults to GoPerspective.TopLeft.
    See Also