次の方法で共有


Shape.BorderTopColor Property

Border Top Color.Represents the attribte in schema: o:bordertopcolor

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

Syntax

'宣言
<SchemaAttrAttribute(, "bordertopcolor")> _
Public Property BorderTopColor As StringValue
    Get
    Set
'使用
Dim instance As Shape
Dim value As StringValue

value = instance.BorderTopColor

instance.BorderTopColor = value
[SchemaAttrAttribute(, "bordertopcolor")]
public StringValue BorderTopColor { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Vml Namespace