Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
TextDescriptor.OffsetX property 
 
Type
[Visual Basic] 
Public Property OffsetX As Short 
 
[C#] 
public short OffsetX {get; set;} 
 
[C++] 
public: __property short get_OffsetX(); 
public: __property void set_OffsetX(short);
 
 
 
 
Remarks
Offset from the default horizontal 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