次の方法で共有


CompositionNineGridBrush.TopInset プロパティ

定義

上の行の太さを指定するソース コンテンツの上端からの挿入。 既定値は 0.0f です。

public:
 property float TopInset { float get(); void set(float value); };
float TopInset();

void TopInset(float value);
public float TopInset { get; set; }
var single = compositionNineGridBrush.topInset;
compositionNineGridBrush.topInset = single;
Public Property TopInset As Single

プロパティ値

Single

float

上の行の太さを指定するソース コンテンツの上端からの挿入。 既定値は 0.0f です。

適用対象