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

テキストのレイアウトの調整方法を取得または設定します。
構文
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 に設定されている場合にのみ有効です。

参照

CellNoteStyle クラス
CellNoteStyle メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.