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


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

参照

Style クラス
Style メンバ