GrapeCity SPREAD for Windows Forms 11.0J
TextOrientation プロパティ (ElementControl)


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

プロパティ値

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

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

参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.