PowerTools SPREAD for Windows Forms 8.0J
TextOrientation プロパティ (ElementStyle)


テキストの向きを取得または設定します。
構文
'Declaration
 
Public Overridable Property TextOrientation As TextOrientation
'使用法
 
Dim instance As ElementStyle
Dim value As TextOrientation
 
instance.TextOrientation = value
 
value = instance.TextOrientation
public virtual TextOrientation TextOrientation {get; set;}

プロパティ値

画面上でのテキストの向きを決定するTextOrientation設定
解説

テキストを複数行に折り返すかどうかを指定するには、必要に応じて、TextWrapプロパティを設定します。

参照

ElementStyle クラス
ElementStyle メンバ
TextOrientation 列挙体
TextWrap プロパティ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.