PowerTools PlusPak for Windows Forms 8.0J
TextEffect プロパティ (OrientationTextAppearance)
使用例 

テキストの効果を示す値を取得または設定します。
構文
Public Property TextEffect As TextEffect
public TextEffect TextEffect {get; set;}

プロパティ値

TextEffectの値はテキストの効果を示します。
使用例
次のサンプルコードは、文字の強いくぼみを設定する方法を示します。
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

参照

OrientationTextAppearance クラス
OrientationTextAppearance メンバ

Send Feedback