InkToolbar.ActiveToolProperty Property

Definition

Identifies the ActiveTool dependency property.

public:
 static property DependencyProperty ^ ActiveToolProperty { DependencyProperty ^ get(); };
static DependencyProperty ActiveToolProperty();
public static DependencyProperty ActiveToolProperty { get; }
var dependencyProperty = InkToolbar.activeToolProperty;
Public Shared ReadOnly Property ActiveToolProperty As DependencyProperty

Property Value

The identifier for the ActiveTool dependency property.

Applies to

See also