LinePropertiesType.Width Property
Line Width.Represents the attribte in schema: w
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "w")> _
Public Property Width As Int32Value
Get
Set
'Usage
Dim instance As LinePropertiesType
Dim value As Int32Value
value = instance.Width
instance.Width = value
[SchemaAttrAttribute(, "w")]
public Int32Value Width { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the width to be used for the underline stroke. If this attribute is omitted, then a value of 0 is assumed.
The possible values for this attribute are defined by the ST_LineWidth simple type.