Поделиться через


OuterShadow.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 OuterShadow
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.

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

See Also

Reference

OuterShadow Class

OuterShadow Members

DocumentFormat.OpenXml.Drawing Namespace