Stroke.Color2 Property

Stroke Alternate Pattern Color.Represents the attribte in schema: color2

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

Syntax

'Declaration
<SchemaAttrAttribute(, "color2")> _
Public Property Color2 As StringValue
    Get
    Set
'Usage
Dim instance As Stroke
Dim value As StringValue

value = instance.Color2

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Stroke Class

Stroke Members

DocumentFormat.OpenXml.Vml Namespace