InkToolbarCustomPenButton.CustomPenProperty Property

Definition

Identifies the CustomPen dependency property.

public:
 static property DependencyProperty ^ CustomPenProperty { DependencyProperty ^ get(); };
static DependencyProperty CustomPenProperty();
public static DependencyProperty CustomPenProperty { get; }
var dependencyProperty = InkToolbarCustomPenButton.customPenProperty;
Public Shared ReadOnly Property CustomPenProperty As DependencyProperty

Property Value

The identifier for the CustomPen dependency property.

Applies to

See also