次の方法で共有


PathGradientFill.Path Property

Gradient Fill Path.Represents the attribte in schema: path

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

Syntax

'宣言
<SchemaAttrAttribute(, "path")> _
Public Property Path As EnumValue(Of PathShadeValues)
    Get
    Set
'使用
Dim instance As PathGradientFill
Dim value As EnumValue(Of PathShadeValues)

value = instance.Path

instance.Path = value
[SchemaAttrAttribute(, "path")]
public EnumValue<PathShadeValues> Path { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<PathShadeValues>
Returns EnumValue<T>.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the shape of the path to follow.

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

See Also

Reference

PathGradientFill Class

PathGradientFill Members

DocumentFormat.OpenXml.Drawing Namespace