Copyright © 2003-2024 MultiMedia Soft

TextDescrCT property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property TextDescrCT As TextDescriptor

 

[C#]

public TextDescriptor TextDescrCT {get; set;}

 

[C++]

public: __property TextDescriptor get_TextDescrCT();

public: __property void set_TextDescrCT(TextDescriptor);

 

 

Remarks

Text descriptor for the Center Top text.

Below you can see a bitmap of a button (simulating a display frame) with all the available texts and their relative position. Note that each of the available texts has its own set of properties.

3dcm_i000003

This property encapsulates the functionality of the TextDescriptor class.

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