CompositeContentShape.Stroke Property

Gets or sets the Brush that specifies how the Shape outline is painted.

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

Syntax

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

value = instance.Stroke

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

/** @property */
public final void set_Stroke (Brush value)
public final function get Stroke () : Brush

public final function set Stroke (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