Share via


IShape.Stroke Property

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

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

Syntax

'Declaration
Property Stroke As Brush
'Usage
Dim instance As IShape
Dim value As Brush

value = instance.Stroke

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

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

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

IShape Interface
IShape Members
Microsoft.Expression.Media Namespace