Freigeben über


InkManager.SetDefaultDrawingAttributes(InkDrawingAttributes) Methode

Definition

Hinweis

Für universelle Windows-Apps mit Extensible Application Markup Language (XAML) empfehlen wir die Verwendung von InkPresenter und dem InkCanvas-Steuerelement anstelle von InkManager.

Legt die Standard-InkDrawingAttributes für alle neuen InkStroke-Objekte fest, die der vom InkManager verwalteten InkStroke-Auflistung hinzugefügt werden.

SetDefaultDrawingAttributes wirkt sich nicht auf den aktuellen Strich oder vorhandene Striche aus.

public:
 virtual void SetDefaultDrawingAttributes(InkDrawingAttributes ^ drawingAttributes) = SetDefaultDrawingAttributes;
void SetDefaultDrawingAttributes(InkDrawingAttributes const& drawingAttributes);
public void SetDefaultDrawingAttributes(InkDrawingAttributes drawingAttributes);
function setDefaultDrawingAttributes(drawingAttributes)
Public Sub SetDefaultDrawingAttributes (drawingAttributes As InkDrawingAttributes)

Parameter

drawingAttributes
InkDrawingAttributes

Die Standardattribute, die auf einen neuen Freihandstrich angewendet werden.

Gilt für:

Weitere Informationen