Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
CaptionWordWrapPerc property 
 
Type
[Visual Basic] 
Public Property CaptionWordWrapPerc As Short 
 
[C#] 
public short CaptionWordWrapPerc {get; set;} 
 
[C++] 
public: __property short get_CaptionWordWrapPerc(); 
public: __property void set_CaptionWordWrapPerc(short);
 
 
Remarks
If the caption text string is too long to fit on a single line in the control rectangle, the control wraps the text to multiple lines automatically: with this property the user can constrain the surface percentage that will contain the text. 
It's value can be ranged from 10 to 100: by default the surface percentage is 90%. 
For further details about texts management, see the How to add text to the control section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index