Share via


IShape.Fill Property

Gets or sets the Brush that specifies how to paint the interior of the shape.

Namespace: Microsoft.Expression.Media
Assembly: Microsoft.Expression.Drawing (in microsoft.expression.drawing.dll)

Syntax

'Declaration
Property Fill As Brush
'Usage
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)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

IShape Interface
IShape Members
Microsoft.Expression.Media Namespace