Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
BorderBrush Property
See Also 
Leadtools.Windows.Controls Namespace > MagnifyGlass Class : BorderBrush Property





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

Syntax

Visual Basic (Declaration) 
Public Property BorderBrush As Brush
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlass
Dim value As Brush
 
instance.BorderBrush = value
 
value = instance.BorderBrush
C# 
public Brush BorderBrush {get; set;}
C++/CLI 
public:
property Brush BorderBrush {
   Brush get();
   void set (Brush value);
}
XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

BorderBrushProperty

Metadata properties set to true

AffectsRender

XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

BorderBrushProperty

Metadata properties set to true

AffectsRender

Return Value

The Brush 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