CompositionNineGridBrush.TopInsetScale プロパティ

定義

TopInset に適用するスケール。 既定値は 1.0f です。

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

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

プロパティ値

Single

float

TopInset に適用するスケール。 既定値は 1.0f です。

適用対象