CompositeContentShape.Fill Property

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

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

Syntax

'Declaration
Public Property Fill As Brush
'Usage
Dim instance As CompositeContentShape
Dim value As Brush

value = instance.Fill

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

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

public final 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

CompositeContentShape Class
CompositeContentShape Members
Microsoft.Expression.Controls Namespace