Share via


DefaultDrawingAttributes Property

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

Sets the default drawing attributes used to render ink on this InkCanvas.

Namespace:  Microsoft.SPOT.Ink
Assembly:  Microsoft.SPOT.Ink (in Microsoft.SPOT.Ink.dll)

Syntax

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

Property Value

Type: Microsoft.SPOT.Ink. . :: . .DrawingAttributes
The default drawing attributes.

.NET Framework Security

See Also

Reference

InkCanvas Class

Microsoft.SPOT.Ink Namespace