Share via


OuterShadow.Direction Property

Shadow Direction.Represents the attribte in schema: dir

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

Syntax

'Declaration
<SchemaAttrAttribute(, "dir")> _
Public Property Direction As Int32Value
    Get
    Set
'Usage
Dim instance As OuterShadow
Dim value As Int32Value

value = instance.Direction

instance.Direction = value
[SchemaAttrAttribute(, "dir")]
public Int32Value Direction { 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 direction to offset the shadow.

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

See Also

Reference

OuterShadow Class

OuterShadow Members

DocumentFormat.OpenXml.Drawing Namespace