CompositionNineGridBrush.RightInset プロパティ

定義

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

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

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

プロパティ値

Single

float

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

適用対象