バージョン

LabelStyle コンストラクタ(Font,Color,Boolean,Boolean,Boolean,StringAlignment,StringAlignment,TextOrientation)

指定したプロパティに基づいて LabelStyle オブジェクトを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal font As Font, _
   ByVal color As Color, _
   ByVal wrap As Boolean, _
   ByVal clip As Boolean, _
   ByVal bestFit As Boolean, _
   ByVal h As StringAlignment, _
   ByVal v As StringAlignment, _
   ByVal orient As TextOrientation _
)
public LabelStyle( 
   Font font,
   Color color,
   bool wrap,
   bool clip,
   bool bestFit,
   StringAlignment h,
   StringAlignment v,
   TextOrientation orient
)

パラメータ

font
ラベルのフォント。
color
ラベルのフォント色。
wrap
可能な場合、ラベル テキストを折り返すかどうか。
clip
可能な場合、ラベル テキストをクリッピングするかどうか。
bestFit
未使用。
h
ラベル テキストの水平方向の配置。
v
ラベル テキストの垂直方向の配置。
orient
可能な場合、ラベル テキストが取る向き。
参照