PowerTools MultiRow for Windows Forms 8.0J
TextAdjustment プロパティ (CellStyle)

テキストのレイアウトの調整方法を取得または設定します。
構文
Public Property TextAdjustment As TextAdjustment
public TextAdjustment TextAdjustment {get; set;}

プロパティ値

TextAdjustment値の1つ。既定値はTextAdjustment.Inheritです。
例外
例外解説
System.ComponentModel.InvalidEnumArgumentException指定された値がTextAdjustment値の1つではありません。
解説

これは文字位置の調整方法を表します。テキストの位置を変更するには、TextAlignを使用してください。

注意:
TextAdjustment.JustifyTextAdjustment.Distribute、およびTextAdjustment.DistributeWithSpaceの値は、UseCompatibleTextRenderingプロパティがMultiRowTriState.Trueに設定されている場合にのみ有効です。

参照

CellStyle クラス
CellStyle メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.