GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > CellNoteStyle クラス : TextAdjustment プロパティ |
Public Property TextAdjustment As TextAdjustment
public TextAdjustment TextAdjustment {get; set;}
例外 | 解説 |
---|---|
System.ComponentModel.InvalidEnumArgumentException | 指定された値が TextAdjustment 値の 1 つではありません。 |
これは文字位置の調整方法を表します。テキストの位置を変更するには、TextAlign を使用してください。
注意: |
---|
TextAdjustment.Justify、TextAdjustment.Distribute、および TextAdjustment.DistributeWithSpace の値は、UseCompatibleTextRendering プロパティが MultiRowTriState.True に設定されている場合にのみ有効です。 |