GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoParallelogram Class / Direction Property
In This Topic
    Direction Property
    In This Topic
    Gets or sets the direction of the fixed diagonal. True is Top Right to Bottom Left; False is Bottom Right to Top Left.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Determines the direction of the fixed diagonal.")]
    public virtual bool Direction {get; set;}

    Property Value

    This defaults to true.
    See Also