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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > Style クラス : TextIndent プロパティ
テキストの段落の1行目をインデントする量を示す値を取得または設定します。
シンタックス
'宣言
 
Public Property TextIndent As Unit
'使用法
 
Dim instance As Style
Dim value As Unit
 
instance.TextIndent = value
 
value = instance.TextIndent
public Unit TextIndent {get; set;}
解説
このプロパティは non-ambientです(明示的に設定されていない場合は現在のスタイルの Parentから継承されます)。

デフォルトは 0 です。

参照

Style クラス
Style メンバ