GrapeCity.Win.Buttons 名前空間 > RotationTextAppearance クラス : TextHorizontalAdjustment プロパティ |
Public Property TextHorizontalAdjustment As TextAdjustment
public TextAdjustment TextHorizontalAdjustment {get; set;}
Imports GrapeCity.Win.Buttons ' 文字の表示スタイルを作成します。 Dim RotationTextAppearance1 As New RotationTextAppearance ' スペース入りの均等割付と30度の回転を設定します。 RotationTextAppearance1.Angle = 30 RotationTextAppearance1.TextHorizontalAdjustment = TextAdjustment.DistributeWithSpace RotationTextAppearance1.TextVerticalAdjustment = TextAdjustment.None ' スタイルをボタンに設定します。 GcButton1.TextAppearance = RotationTextAppearance1
using GrapeCity.Win.Buttoons; // 文字の表示スタイルを作成します。 RotationTextAppearance RotationTextAppearance1 = new RotationTextAppearance(); // スペース入りの均等割付と30度の回転を設定します。 RotationTextAppearance1.Angle = 30; RotationTextAppearance1.TextHorizontalAdjustment = TextAdjustment.DistributeWithSpace; RotationTextAppearance1.TextVerticalAdjustment = TextAdjustment.None; // スタイルをボタンに設定します。 gcButton1.TextAppearance = RotationTextAppearance1;
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