GrapeCity MultiRow Windows Forms Documentation
LineAdjustment Enumeration


Specifies how to adjust the layout of mulitple text lines in the vertical direction.
Syntax
Public Enum LineAdjustment 
   Inherits System.Enum
Dim instance As LineAdjustment
public enum LineAdjustment : System.Enum 
Members
MemberDescription
DistributeThe lines are displayed with the same line space to fill the entire area.
DistributeWithSpaceThe lines are distributed with a line space before the first line and after the last line.
InheritThe property is not set and gets the value from the parent.
NoneThe lines are displayed without a line space.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.LineAdjustment

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace
LineAdjustment Property

 

 


Copyright © GrapeCity, inc. All rights reserved.