Amount of vertical skew in degrees, clockwise. (default = 0)

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
public double SkewY { get; set; }
Visual Basic
Public Property SkewY As Double
	Get
	Set

Remarks

The x-axis will be skewed by the given angle.

See Also