GrapeCity MultiRow Windows Forms Documentation
TextAdjustment Enumeration


Specifies how to adjust the layout of multiple text lines in the horizontal direction.
Syntax
Public Enum TextAdjustment 
   Inherits System.Enum
Dim instance As TextAdjustment
public enum TextAdjustment : System.Enum 
Members
MemberDescription
CenterWhen a cell has multiple text lines, the shorter text lines are centered compared to the longest text line.
DistributeWhen a cell has multiple text lines, the shorter text lines are centered compared to the longest text line and distributed with spaces in the line in an attempt to make the width close to the longest text line width.
DistributeWithSpaceWhen a cell has multiple text lines, the shorter text lines are centered compared to the longest text line and distributed with spaces in the line at the beginning and end in an attempt to make the width close to the longest text line width.
FarWhen a cell has multiple text lines, the shorter text lines are aligned to the right of the longest text line.
InheritThe property is not set and gets the value from the parent.
JustifyWhen a cell has multiple text lines, the shorter text lines are centered compared to the longest text line and distributed with spaces in the line in an attempt to make the width close to the longest text line width, except for the last line.
NearWhen a cell has multiple text lines, the shorter text lines are aligned to the left of the longest text line.
Inheritance Hierarchy

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

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
TextAdjustment Property

 

 


Copyright © GrapeCity, inc. All rights reserved.