StrokeChildType.Weight Property

Definition

Stroke Weight

Represents the following attribute in the schema: weight

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

Property Value

Returns StringValue.

Attributes

Applies to