BorderType.Shadow Property

Definition

Border shadow

Represents the following attribute in the schema: shadow

[DocumentFormat.OpenXml.SchemaAttr(0, "shadow")]
public DocumentFormat.OpenXml.TrueFalseValue Shadow { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue Shadow { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "shadow")]
public DocumentFormat.OpenXml.TrueFalseValue? Shadow { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("shadow")]
public DocumentFormat.OpenXml.TrueFalseValue? Shadow { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue? Shadow { get; set; }
member this.Shadow : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "shadow")>]
member this.Shadow : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("shadow")>]
member this.Shadow : DocumentFormat.OpenXml.TrueFalseValue with get, set
Public Property Shadow As TrueFalseValue

Property Value

Returns EnumValue<T>.

Attributes

Applies to