Get/set line dashing for textbox

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 LineDashing LineDashing { get; set; }
Public Property LineDashing As LineDashing
	Get
	Set
public:
property LineDashing LineDashing {
	LineDashing get ();
	void set (LineDashing value);
}
member LineDashing : LineDashing with get, set

Property Value

LineDashing

See Also