Share via


InkStrokeBuilder.SetDefaultDrawingAttributes(InkDrawingAttributes) Methode

Definition

Legt die Standard-InkDrawingAttributes für alle neuen Freihandstriche fest, die nach dem aktuellen Strich erstellt wurden.

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

Hinweis

Verwenden Sie SetDefaultDrawingAttributes beim programmgesteuerten Erstellen von Strichen für InkPresenter - und InkManager-Objekte .

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.

Gilt für:

Weitere Informationen