Version

Width Property

Returns or sets a value which determines the width of the borders.
Syntax
'Declaration
 
Public Property Width As Nullable(Of Single)
public Nullable<float> Width {get; set;}
Remarks

WordprocessingML persists border widths in units equal to one-eighth of a desktop publishing point; this equates to 1/576 of an inch. The range of valid values spans from one-fourth of a point to 12 points.

A value which is based on a specific number of pixels can be assigned using the SetWidthInPixels method.

WordprocessingML supports border thicknesses up to one-sixth of an inch. Values which exceed this amount are not recognized, and the resulting border thickness resolves to this value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also