Share via


Stroke Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the pen that is used to draw the outline of a shape.

Namespace:  Microsoft.SPOT.Presentation.Shapes
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property Stroke As Pen
public Pen Stroke { get; set; }
public:
property Pen^ Stroke {
    Pen^ get ();
    void set (Pen^ value);
}
member Stroke : Pen with get, set
function get Stroke () : Pen
function set Stroke (value : Pen)

Property Value

Type: Microsoft.SPOT.Presentation.Media. . :: . .Pen
A Pen object that is used to draw the outline of a shape.

.NET Framework Security

See Also

Reference

Shape Class

Microsoft.SPOT.Presentation.Shapes Namespace