バージョン

Indentation 構造体

段落の前または後の垂直スペースを表します。段落の最初の行のインデントを表します。
シンタックス
'宣言
 
Public Structure Indentation 
   Inherits System.ValueType
public struct Indentation : System.ValueType 
解説

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

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

参照