CompositionNineGridBrush.LeftInsetScale プロパティ

定義

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

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

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

プロパティ値

Single

float

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

適用対象