| 
TextBoxFormat
LineDashing Property
  | 
 Get/set line dashing for textbox
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
LineDashing
 
 
 See Also
See Also