Share via


TransformEffect.HorizontalSkew Property

Horizontal Skew.Represents the attribte in schema: kx

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

Syntax

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

value = instance.HorizontalSkew

instance.HorizontalSkew = value
[SchemaAttrAttribute(, "kx")]
public Int32Value HorizontalSkew { 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 horizontal skew angle, defined as the angle between the top-left corner and bottom-left corner of the object's original bounding box. If positive, the bottom edge of the shape will be positioned to the right relative to the top 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