Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextCaptionAlignment property 
 
Type
[Visual Basic] 
Public Property TextCaptionAlignment As Ctl3d.CaptionAlign 
 
[C#] 
public Ctl3d.CaptionAlign TextCaptionAlignment {get; set;} 
 
[C++] 
public: __property Ctl3d.CaptionAlign get_TextCaptionAlignment(); 
public: __property void set_TextCaptionAlignment (Ctl3d.CaptionAlign);
 
 
Remarks
The horizontal alignment applied to the Caption text. 
Supported values are the following: 
Enumerated value
Value
Meaning
CaptionAlign.Left
0
The caption text is Left aligned. 
CaptionAlign.Center (default)
1
The caption text is Center aligned. 
CaptionAlign.Right
2
The caption text is Right aligned. 
 
In order to perform changes to texts settings at Design-time take a look to the How to add text to the control section.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index