|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property SpecialEffect As Ctl3d.TextEffects
[C#]
public Ctl3d.TextEffects SpecialEffect {get; set;}
[C++]
public: __property Ctl3d.TextEffects get_SpecialEffect();
public: __property void set_SpecialEffect(Ctl3d.TextEffects);
| |||||||||||||||||||||||||||
|
|
| |||||||||||||||||||||||||||
|
Remarks
|
Special effect applied to the text. Supported values are the following:
Note that each of the colors you see applied to the text on the samples above are under your full control: see the "How to put text over the button" section for details.
| |||||||||||||||||||||||||||
|
|
| |||||||||||||||||||||||||||
|
See also
|
TextDescriptor class.
TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.
How to add text to the control section.
How to manage cells section.
|