Share via


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。

適用於