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

キャプションに表示されるテキストの向きを取得または設定します。
構文
Public Property TextOrientation As TextOrientation
public TextOrientation TextOrientation {get; set;}

プロパティ値

TextOrientationの値はキャプションに表示されるテキストの向きを示します。
使用例
次のサンプルコードは、文字を縦書きに設定する方法を示します。
' 文字を縦に表示します 
GcLabel1.TextOrientation = GrapeCity.Win.Common.TextOrientation.VerticalFarEast
// 文字を縦に表示します 
gcLabel1.TextOrientation = GrapeCity.Win.Common.TextOrientation.VerticalFarEast;
プラットフォーム

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

参照

GcLabel クラス
GcLabel メンバ

Send Feedback