Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.OffsetX property

Previous pageReturn to chapter overviewNext page

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.

TextDescrCaption, TextDescrLT, TextDescrCT, TextDescrRT, TextDescrLM, TextDescrRM, TextDescrLB, TextDescrCB, and TextDescrRB properties.

How to add text to the control section.

How to manage cells section.