PrintDocument for WinForms
JustifyLastLine プロパティ (Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : JustifyLastLine プロパティ
Gets or sets a value indicating whether the last line of text should be justified if the current style has Style.TextAlignHorz set to AlignHorzEnum.Justify or AlignHorzEnum.JustifyChars.
シンタックス
'宣言
 
Public Property JustifyLastLine As System.Boolean
'使用法
 
Dim instance As Style
Dim value As System.Boolean
 
instance.JustifyLastLine = value
 
value = instance.JustifyLastLine
public System.bool JustifyLastLine {get; set;}
解説
This property is ambient (inherited from the style of the object containing the current style's owner if not explicitly set).

The default is false.

参照

Style クラス
Style メンバ