CompositionNineGridBrush.RightInset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定右欄粗細的來源內容右邊緣進行內嵌。 預設值為 0.0f。
public:
property float RightInset { float get(); void set(float value); };
float RightInset();
void RightInset(float value);
public float RightInset { get; set; }
var single = compositionNineGridBrush.rightInset;
compositionNineGridBrush.rightInset = single;
Public Property RightInset As Single
屬性值
Single
float
從指定右欄粗細的來源內容右邊緣進行內嵌。 預設值為 0.0f。