CompositionNineGridBrush.RightInset プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
右の列の太さを指定するソース コンテンツの右端からの挿入。 既定値は 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 です。