MarginProperty 列挙型

定義

visual スタイル要素のマージン プロパティを識別します。

public enum class MarginProperty
public enum MarginProperty
type MarginProperty = 
Public Enum MarginProperty
継承
MarginProperty

フィールド

CaptionMargins 3603

キャプション テキストを配置できる場所を指定します。

ContentMargins 3602

コンテンツを配置できる場所を指定します。

SizingMargins 3601

9 グリッドのサイズ設定に使用するマージンを指定します。

注釈

列挙体は MarginProperty 、ビジュアル スタイル要素の配置を記述する余白プロパティのセットを表します。 値は MarginProperty 、 メソッドの VisualStyleRenderer.GetMargins 引数として使用され、 が現在表している要素に対して取得するプロパティ値を VisualStyleRenderer 指定します。

適用対象