Copyright © 2003-2024 MultiMedia Soft

TextDescriptor.OffsetY property

Previous pageReturn to chapter overviewNext page

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.

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

How to add text to the control section.

How to manage cells section.