Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.OffsetY property 
 
Type
[Visual Basic] 
Public Property OffsetY As Short 
 
[C#] 
public short OffsetY {get; set;} 
 
[C++] 
public: __property short get_OffsetY(); 
public: __property void set_OffsetY(short);
 
 
Remarks
Offset from the default vertical position (default is 0). 
The offsets range is between -99 and 99: if the offset value will exceed this range, 0 will be assumed.
 
 
See also
TextDescriptor class. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index