Gets or sets width of the border.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

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

Property Value

Single

See Also