Visual Basic (Declaration) | |
---|---|
Public Property BorderThickness As Double |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public double BorderThickness {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property double get_BorderThickness(); public: __property void set_BorderThickness( double value ); |
XAML Attributes Usage | |
---|---|
<object BorderThickness=double .../> |
Dependency Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | AffectsRender |
Return Value
The thickness of the Magnifying Glass border.
This value is used only if the Shape property is set to
MagnifyGlassShape.Rectangle, or
MagnifyGlassShape.RoundRectangle, or
MagnifyGlassShape.Ellipse.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family