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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : LineSpacing プロパティ
Gets or sets the line spacing of a text in percent.
シンタックス
'宣言
 
Public Property LineSpacing As System.Single
'使用法
 
Dim instance As Style
Dim value As System.Single
 
instance.LineSpacing = value
 
value = instance.LineSpacing
public System.float LineSpacing {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 100% (normal line spacing).

参照

Style クラス
Style メンバ