PathShadeProperties.Path Property
path.Represents the attribte in schema: w14:path
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "path")> _
Public Property Path As EnumValue(Of PathShadeTypeValues)
Get
Set
'Usage
Dim instance As PathShadeProperties
Dim value As EnumValue(Of PathShadeTypeValues)
value = instance.Path
instance.Path = value
[SchemaAttrAttribute(, "path")]
public EnumValue<PathShadeTypeValues> Path { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<PathShadeTypeValues>