Copyright © 1998-2006 MultiMedia Soft 
Return to index  
 
TextDescriptor.SpecialEffectFactor property 
 
Type
short for Visual C++ 
integer for Visual Basic
 
 
Syntax
object.TextDescriptor.SpecialEffectFactor [=integer] 
or 
object.CellsManager.TextDescriptor(UniqueID).SpecialEffectFactor [=integer]
 
 
Remarks
Factor applied to the text's special effect. 
This property has no effect if the TextDescriptor.SpecialEffect property is set to one of the following values: 
  • EFFECT_NONE 
  • EFFECT_RAISED 
  • EFFECT_SUNKEN 
  • The property value range is between 1 and 5: if the value exceeds this range, 1 is assumed.
     
     
    See also
    TextDescriptor object. 
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
    Copyright © 1998-2006 MultiMedia Soft 
    Return to index