←Select platform

RoundRectangleRadius Property

Summary

Gets or sets the width and height of the ellipse that describes the arc of the rounded corners of this magnify glass. This is a dependency property.

Syntax

C#
VB
C++
public Size RoundRectangleRadius { get; set; } 
  
Public Property RoundRectangleRadius As Size 
public: 
property Size RoundRectangleRadius { 
   Size get(); 
   void set (    Size ); 
} 

Property Value

The width and the height of the ellipse that describes the arc of the rounded corners of the magnify glass shape. Default value is 20 by 20.

Remarks

This property value is used only if Shape property was set to MagnifyGlassShape.RoundRectangle.

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