The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Control::BorderThickness Property
.NET Framework (current version)
Gets or sets the border thickness of a control.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property Thickness BorderThickness { Thickness get(); void set(Thickness value); }
Property Value
Type: System.Windows::ThicknessA thickness value; the default is a thickness of 0 on all four sides.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: