CalendarView for WinForms
SetTextJustification メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : SetTextJustification メソッド
Specifies the total extra space, in logical units, to be added to the line of text.
Specifies the number of break characters in the line.
Specifies the amount of space the system should add to the break characters in a string of text. The space is added when an application calls the TextOut method.
シンタックス
'宣言
 
Public Sub SetTextJustification( _
   ByVal breakExtra As System.Integer, _
   ByVal breakCount As System.Integer _
) 
public void SetTextJustification( 
   System.int breakExtra,
   System.int breakCount
)

パラメータ

breakExtra
Specifies the total extra space, in logical units, to be added to the line of text.
breakCount
Specifies the number of break characters in the line.
参照

DeviceContext クラス
DeviceContext メンバ