次の方法で共有


OuterShadow.Distance Property

Shadow Offset Distance.Represents the attribte in schema: dist

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

Syntax

'宣言
<SchemaAttrAttribute(, "dist")> _
Public Property Distance As Int64Value
    Get
    Set
'使用
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.

See Also

Reference

OuterShadow Class

OuterShadow Members

DocumentFormat.OpenXml.Drawing Namespace