PathGradientFill.Path Property
Gradient Fill Path.Represents the attribte in schema: path
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "path")> _
Public Property Path As EnumValue(Of PathShadeValues)
Get
Set
'Usage
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.