Rectangle.StrokeColor Property

Definition

Shape Stroke Color

Represents the following attribute in the schema: strokecolor

[DocumentFormat.OpenXml.SchemaAttr(0, "strokecolor")]
public DocumentFormat.OpenXml.StringValue StrokeColor { get; set; }
public DocumentFormat.OpenXml.StringValue StrokeColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "strokecolor")]
public DocumentFormat.OpenXml.StringValue? StrokeColor { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("strokecolor")]
public DocumentFormat.OpenXml.StringValue? StrokeColor { get; set; }
public DocumentFormat.OpenXml.StringValue? StrokeColor { get; set; }
member this.StrokeColor : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "strokecolor")>]
member this.StrokeColor : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("strokecolor")>]
member this.StrokeColor : DocumentFormat.OpenXml.StringValue with get, set
Public Property StrokeColor As StringValue

Property Value

Returns StringValue.

Attributes

Applies to