CompositionNineGridBrush.LeftInset プロパティ

定義

左側の列の太さを指定するソース コンテンツの左端からのインセット。 既定値は 0.0f です。

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

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

プロパティ値

Single

float

左側の列の太さを指定するソース コンテンツの左端からのインセット。 既定値は 0.0f です。

適用対象