GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoParallelogram Class / Skew Property
In This Topic
    Skew Property
    In This Topic
    Gets or sets the tiltedness of the parallelogram, in both directions.
    Syntax
    [Category("Appearance")]
    [TypeConverter(Northwoods.Go.GoSizeFConverter)]
    [Description("The tiltedness of the parallelogram")]
    public SizeF Skew {get; set;}

    Property Value

    By default the value is 10x0, so that the top-left corner is shifted to the right by 10 document units but kept at the same Y coordinate. Similar shifts occur along the Y axis according to the skew height. If given a negative value, it is set to 0.
    See Also