CompositionNineGridBrush.BottomInset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從來源內容的底部邊緣內嵌,指定底部資料列的粗細。 預設值為 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。