←Select platform

BorderBrush Property

Summary

Gets or sets the brush used to draw the border of the magnify glass. This is a dependency property.

Syntax

C#
VB
C++
public Brush BorderBrush { get; set; } 
  
Public Property BorderBrush As Brush 
public: 
property Brush^ BorderBrush { 
   Brush^ get(); 
   void set (    Brush^ ); 
} 

Property Value

The brush used for drawing the border of the magnify glass. Default value is a black System.Windows.Media.SolidColorBrush

Remarks

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

Example

For XAML example, refer to MagnifyGlass.

For C#/VB examples, refer to MagnifyGlass.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly