Gets or sets the width. The with is equal to the content width plus margin plus half of the left and right borders.

Namespace: Spire.Pdf.Grid
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float Width { get; set; }
Public Property Width As Single
	Get
	Set
public:
property float Width {
	float get ();
	void set (float value);
}
member Width : float32 with get, set

Property Value

Single
The width.

See Also