|
Copyright © 2003-2005 MultiMedia Soft
Return to index
|
|
Type
|
[Visual Basic]
Public Property SpecialEffectFactor As Short
[C#]
public short SpecialEffectFactor {get; set;}
[C++]
public: __property short get_SpecialEffectFactor();
public: __property void set_SpecialEffectFactor(short);
|
|
|
|
|
Remarks
|
Factor of the special effect over the text.
This property has no effect if the TextDescriptor.SpecialEffect property is set to one of the following values:
The property value range is between 1 and 5: if the value will exceed this range, 1 will be assumed.
|
|
|
|
|
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.
|