Shape.StrokeProperty Property

Definition

Identifies the Stroke dependency property.

public:
 static property DependencyProperty ^ StrokeProperty { DependencyProperty ^ get(); };
static DependencyProperty StrokeProperty();
public static DependencyProperty StrokeProperty { get; }
var dependencyProperty = Shape.strokeProperty;
Public Shared ReadOnly Property StrokeProperty As DependencyProperty

Property Value

The identifier for the Stroke dependency property.

Applies to