Line.StrokeColor Property

Shape Stroke Color.Represents the attribte in schema: strokecolor

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

Syntax

'Declaration
<SchemaAttrAttribute(, "strokecolor")> _
Public Property StrokeColor As StringValue
    Get
    Set
'Usage
Dim instance As Line
Dim value As StringValue

value = instance.StrokeColor

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Line Class

Line Members

DocumentFormat.OpenXml.Vml Namespace