共用方式為


CompositionNineGridBrush.BottomInset 屬性

定義

從來源內容的下邊緣內嵌,指定底端資料列的粗細。 預設為 0.0f。

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

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

屬性值

Single

float

從來源內容的下邊緣內嵌,指定底端資料列的粗細。 預設為 0.0f。

適用於