C#
VB
C++
Gets or sets the shape of the magnify glass. This is a dependency property.
public MagnifyGlassShape Shape { get; set; }
Public Property Shape As Leadtools.Windows.Controls.MagnifyGlassShape
public:
property Leadtools.Windows.Controls.MagnifyGlassShape Shape {
Leadtools.Windows.Controls.MagnifyGlassShape get();
void set ( Leadtools.Windows.Controls.MagnifyGlassShape );
}
An MagnifyGlassShape enumeration member that specifies the shape of the magnify glass. Default value is MagnifyGlassShape.RoundRectangle.
In WPF Express, default is rectangle.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET