言語

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 です。

適用対象