IShape.Fill 屬性

取得或設定指定圖形內部繪製方式的 Brush

命名空間: Microsoft.Expression.Media
組件: Microsoft.Expression.Drawing (在 microsoft.expression.drawing.dll 中)

語法

'宣告
Property Fill As Brush
'用途
Dim instance As IShape
Dim value As Brush

value = instance.Fill

instance.Fill = value
Brush Fill { get; set; }
property Brush^ Fill {
    Brush^ get ();
    void set (Brush^ value);
}
/** @property */
Brush get_Fill ()

/** @property */
void set_Fill (Brush value)
function get Fill () : Brush

function set Fill (value : Brush)

執行緒安全性

此型別的所有公用靜態 (Visual Basic 中為 Shared ) 成員均為安全執行緒。任何例項成員則不保證為安全執行緒。

另請參閱

參照

IShape 介面
IShape 成員
Microsoft.Expression.Media 命名空間