共用方式為


CompositionNineGridBrush.BottomInsetScale 屬性

定義

要套用至 BottomInset 的縮放比例。 預設值為 1.0f。

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

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

屬性值

Single

float

要套用至 BottomInset 的縮放比例。 預設值為 1.0f。

適用於