BorderType.Width Property

Border Width.Represents the attribte in schema: width

Namespace:  DocumentFormat.OpenXml.Vml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "width")> _
Public Property Width As IntegerValue
    Get
    Set
'Usage
Dim instance As BorderType
Dim value As IntegerValue

value = instance.Width

instance.Width = value
[SchemaAttrAttribute(, "width")]
public IntegerValue Width { get; set; }

Property Value

Type: DocumentFormat.OpenXml.IntegerValue
Returns DecimalValue.

See Also

Reference

BorderType Class

BorderType Members

DocumentFormat.OpenXml.Vml.Wordprocessing Namespace