Control.BorderThicknessProperty Property

Definition

Identifies the BorderThickness dependency property.

public:
 static property DependencyProperty ^ BorderThicknessProperty { DependencyProperty ^ get(); };
static DependencyProperty BorderThicknessProperty();
public static DependencyProperty BorderThicknessProperty { get; }
var dependencyProperty = Control.borderThicknessProperty;
Public Shared ReadOnly Property BorderThicknessProperty As DependencyProperty

Property Value

The identifier for the BorderThickness dependency property.

Applies to