←Select platform

Border Property

Summary

Gets or sets a value indicating whether to draw the border of this magnify glass. This is a dependency property.

Syntax

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

Property Value

1.0 to draw the border; otherwise, hide it. Default value is 1.0.

Example

For XAML example, refer to MagnifyGlassEffect.

For C#/VB examples, refer to MagnifyGlassEffect.

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.Media.Effects Assembly