Share via


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

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