GoDiagram Web Reference
Skew Property

Gets or sets the tiltedness of the parallelogram, in both directions.
Syntax
'Declaration
 
<DescriptionAttribute("The tiltedness of the parallelogram")>
<CategoryAttribute("Appearance")>
<TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")>
Public Property Skew As SizeF
[DescriptionAttribute("The tiltedness of the parallelogram")]
[CategoryAttribute("Appearance")]
[TypeConverterAttribute("Northwoods.GoWeb.GoSizeFConverter, Northwoods.GoWeb, Version=5.0.0.45, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8")]
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoParallelogram Class
GoParallelogram Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback