|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
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:
In order to perform changes to texts settings at Design-time take a look to the How to add text to the control section.
|