GrapeCity.Win.MultiRow Namespace : TextAdjustment Enumeration |
Public Enum TextAdjustment Inherits System.Enum
Dim instance As TextAdjustment
public enum TextAdjustment : System.Enum
Member | Description |
---|---|
Center | When a cell has multiple text lines, the shorter text lines are centered compared to the longest text line. |
Distribute | When 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. |
DistributeWithSpace | When 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. |
Far | When a cell has multiple text lines, the shorter text lines are aligned to the right of the longest text line. |
Inherit | The property is not set and gets the value from the parent. |
Justify | When 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. |
Near | When a cell has multiple text lines, the shorter text lines are aligned to the left of the longest text line. |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.MultiRow.TextAdjustment
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