Copyright © 2003-2024 MultiMedia Soft

TextCaptionAlignment property

Previous pageReturn to chapter overviewNext page

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.

3dcm_i0000ca

CaptionAlign.Center (default)

1

The caption text is Center aligned.

3dcm_i0000cb

CaptionAlign.Right

2

The caption text is Right aligned.

3dcm_i0000cc

 

In order to perform changes to texts settings at Design-time take a look to the How to add text to the control section.