Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.DoubleSpace property 
 
Type
[Visual Basic] 
Public Property DoubleSpace As Boolean 
 
[C#] 
public bool DoubleSpace {get; set;} 
 
[C++] 
public: __property bool get_DoubleSpace(); 
public: __property void set_DoubleSpace(bool);
 
 
Remarks
Boolean value that applies/removes double space to text. 
Supported values are the following: 
Value
Meaning
False (default)
Text is spaced normally.
True
Text is double spaced.
 
Below you can see a sample of two identical buttons, but the one on the right has the DoubleSpace flag set to True. 
 
(Available only with Professional edition)
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index