Rectangle.Stroked Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shape Stroke Toggle
Represents the following attribute in the schema: stroked
[DocumentFormat.OpenXml.SchemaAttr(0, "stroked")]
public DocumentFormat.OpenXml.TrueFalseValue Stroked { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue Stroked { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "stroked")]
public DocumentFormat.OpenXml.TrueFalseValue? Stroked { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("stroked")]
public DocumentFormat.OpenXml.TrueFalseValue? Stroked { get; set; }
public DocumentFormat.OpenXml.TrueFalseValue? Stroked { get; set; }
member this.Stroked : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "stroked")>]
member this.Stroked : DocumentFormat.OpenXml.TrueFalseValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("stroked")>]
member this.Stroked : DocumentFormat.OpenXml.TrueFalseValue with get, set
Public Property Stroked As TrueFalseValue
Property Value
Returns EnumValue<T>.
- Attributes