バージョン

End プロパティ (ParagraphIndentationSettings)

フロー方向が左から右の場合、段落の行の右端からのインデントを取得または設定します。それ以外の場合、左の端からのインデントです。
シンタックス
'宣言
 
Public Property End As Nullable(Of Indentation)
public Nullable<Indentation> End {get; set;}
解説

注: この構造を XAML で指定するには、型コンバーターが提供されます。値の例は "" に含まれ、相対する C# コード例も表示されます。

  • "75%" - new Indentation(75)
  • "-75%" - new Indentation(-75)
  • ".5in" - new Indentation(new Extent(.5, ExtentUnitType.Inches))

参照