Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.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;}
C++/CLI 
public:
property double BorderThickness {
   double get();
   void set (double value);
}
XAML Attributes Usage 

<object BorderThickness=double .../>

Dependencies Property Information 

Identifier field

BorderThicknessProperty

Metadata properties set to true

AffectsRender

XAML Attributes Usage 

<object BorderThickness=double .../>

Dependencies 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