BorderType.Shadow Property

Definition

Border Shadow

Represents the following attribute in the schema: w:shadow

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

Property Value

Returns EnumValue<T>.

Attributes

Applies to