StrokeChildType.Color2 Property

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

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

Syntax

'Declaration
<SchemaAttrAttribute(, "color2")> _
Public Property Color2 As StringValue
    Get
    Set
'Usage
Dim instance As StrokeChildType
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

StrokeChildType Class

StrokeChildType Members

DocumentFormat.OpenXml.Vml.Office Namespace