次の方法で共有


BorderType.Shadow Property

Border Shadow.Represents the attribte in schema: w:shadow

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

Syntax

'宣言
<SchemaAttrAttribute(, "shadow")> _
Public Property Shadow As OnOffValue
    Get
    Set
'使用
Dim instance As BorderType
Dim value As OnOffValue

value = instance.Shadow

instance.Shadow = value
[SchemaAttrAttribute(, "shadow")]
public OnOffValue Shadow { get; set; }

Property Value

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

See Also

Reference

BorderType Class

BorderType Members

DocumentFormat.OpenXml.Wordprocessing Namespace