Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.SpecialEffectFactor property 
 
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: 
  • TextEffects.None 
  • TextEffects.Raised 
  • TextEffects.Sunken 
  • The property value range is between 1 and 5: if the value will exceed this range, 1 will be assumed.
     
     
    See also
    TextDescriptor class. 
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    Copyright © 2003-2005 MultiMedia Soft 
    Return to index