Control.BorderThicknessProperty 属性

定义

标识 BorderThickness 依赖属性。

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

属性值

BorderThickness 依赖属性的标识符。

适用于