Path.AllowShading Property

Shadow Toggle.Represents the attribte in schema: shadowok

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

Syntax

'Declaration
<SchemaAttrAttribute(, "shadowok")> _
Public Property AllowShading As TrueFalseValue
    Get
    Set
'Usage
Dim instance As Path
Dim value As TrueFalseValue

value = instance.AllowShading

instance.AllowShading = value
[SchemaAttrAttribute(, "shadowok")]
public TrueFalseValue AllowShading { get; set; }

Property Value

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

See Also

Reference

Path Class

Path Members

DocumentFormat.OpenXml.Vml Namespace