Share via


LineEndPropertiesType.Width Property

Definition

Width of Head/End

Represents the following attribute in the schema: w

[DocumentFormat.OpenXml.SchemaAttr(0, "w")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> Width { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> Width { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "w")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues>? Width { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues>? Width { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues>? Width { get; set; }
member this.Width : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "w")>]
member this.Width : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w")>]
member this.Width : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.LineEndWidthValues> with get, set
Public Property Width As EnumValue(Of LineEndWidthValues)

Property Value

Returns EnumValue<T>.

Attributes

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the line end width in relation to the line width.

The possible values for this attribute are defined by the ST_LineEndWidth simple type.

Applies to