←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.