BorderType.Size Property

Border Width.Represents the attribte in schema: w:sz

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

Syntax

'Declaration
<SchemaAttrAttribute(, "sz")> _
Public Property Size As UInt32Value
    Get
    Set
'Usage
Dim instance As BorderType
Dim value As UInt32Value

value = instance.Size

instance.Size = value
[SchemaAttrAttribute(, "sz")]
public UInt32Value Size { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt64Value.

See Also

Reference

BorderType Class

BorderType Members

DocumentFormat.OpenXml.Wordprocessing Namespace