Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.03.25
BorderThickness Property
See Also 
Leadtools.Windows.Controls Namespace > MagnifyGlass Class : BorderThickness Property





Gets or sets the thickness of the Magnifying Glass border. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property BorderThickness As Double
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlass
Dim value As Double
 
instance.BorderThickness = value
 
value = instance.BorderThickness
C# 
public double BorderThickness {get; set;}
Managed Extensions for C++ 
public: __property double get_BorderThickness();
public: __property void set_BorderThickness( 
   double value
);
C++/CLI 
public:
property double BorderThickness {
   double get();
   void set (double value);
}
XAML Attributes Usage 

<object BorderThickness=double .../>

Dependency Property Information 

Identifier field

BorderThicknessProperty

Metadata properties set to true

AffectsRender

Return Value

The thickness of the Magnifying Glass border.

Example

For XAML example, refer to Shape.

For C#/VB examples, refer to Shape.

Remarks

This value is used only if the Shape property is set to MagnifyGlassShape.Rectangle, or MagnifyGlassShape.RoundRectangle, or MagnifyGlassShape.Ellipse.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also