OuterShadow.Distance Property
Shadow Offset Distance.Represents the attribte in schema: dist
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "dist")> _
Public Property Distance As Int64Value
Get
Set
'Usage
Dim instance As OuterShadow
Dim value As Int64Value
value = instance.Distance
instance.Distance = value
[SchemaAttrAttribute(, "dist")]
public Int64Value Distance { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int64Value
Returns Int64Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the how far to offset the shadow.
The possible values for this attribute are defined by the ST_PositiveCoordinate simple type.