←Select platform

MultiLinesOffset Property

Summary

The offset to add between lines of text in a multi-line text object.

Syntax
C#
C++/CLI
Java
public virtual double MultiLinesOffset {get; set;} 
public double getMultiLinesOffset(); 
public void setMultiLinesOffset( 
   double doubleValue 
); 
public:  
   virtual property double MultiLinesOffset 
   { 
      double get() 
      void set(double value) 
   } 

Property Value

The offset in container coordinates for the space between lines of text. The default value is 0.

Remarks

The offset is calculated automatically based on the font used. Use MultiLinesOffset to increase or decrease this offset if needed. Positive values will increase the space between the lines, whereas negative values will decrease the space between the lines. The value specified will be added to the height of the text line.

Requirements

Target Platforms

Help Version 22.0.2022.12.13
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Rendering.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.