Share via


TransformEffect.VerticalSkew Property

Vertical Skew.Represents the attribte in schema: ky

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "ky")> _
Public Property VerticalSkew As Int32Value
    Get
    Set
'Usage
Dim instance As TransformEffect
Dim value As Int32Value

value = instance.VerticalSkew

instance.VerticalSkew = value
[SchemaAttrAttribute(, "ky")]
public Int32Value VerticalSkew { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the vertical skew angle, defined as the angle between the top-left corner and top-right corner of the object's original bounding box. If positive, the right edge of the object will be positioned lower relative to the left edge.

The possible values for this attribute are defined by the ST_FixedAngle simple type.

See Also

Reference

TransformEffect Class

TransformEffect Members

DocumentFormat.OpenXml.Drawing Namespace