GrapeCity.Win.Buttons 名前空間 > OrientationTextAppearance クラス : TextEffect プロパティ |
Public Property TextEffect As TextEffect
public TextEffect TextEffect {get; set;}
Imports GrapeCity.Win.Buttons ' 文字の表示スタイルを作成します。 Dim OrientationTextAppearance1 As New OrientationTextAppearance ' 強いくぼみ表示を設定します。 OrientationTextAppearance1.TextEffect = GrapeCity.Win.Common.TextEffect.InsetLite ' スタイルをボタンに設定します。 GcButton1.TextAppearance = OrientationTextAppearance1
using GrapeCity.Win.Buttoons; // 文字の表示スタイルを作成します。 OrientationTextAppearance OrientationTextAppearance1 = new OrientationTextAppearance(); // 強いくぼみ表示を設定します。 OrientationTextAppearance1.TextEffect = GrapeCity.Win.Common.TextEffect.InsetLite; // スタイルをボタンに設定します。 gcButton1.TextAppearance = OrientationTextAppearance1;
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