←Select platform

BorderThickness Property

Summary

Gets or sets the size of the magnify glass border in pixels. This is a dependency property.

Syntax

C#
VB
C++
public double BorderThickness { get; set; } 
  
Public Property BorderThickness As Double 
public: 
property double BorderThickness { 
   double get(); 
   void set (    double ); 
} 

Property Value

The width of the magnify glass border in pixels. Default value is 1.0

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