Gets or sets the Shape of the Magnifying Glass.
public virtual RasterMagnifyGlassShape Shape { get; set; }
Public Overridable Property Shape As Leadtools.Winforms.RasterMagnifyGlassShape
public:
virtual property Leadtools.Winforms.RasterMagnifyGlassShape Shape {
Leadtools.Winforms.RasterMagnifyGlassShape get();
void set ( Leadtools.Winforms.RasterMagnifyGlassShape );
}
The shape of the Magnifying Glass.
Using the Border3DStyle, the BorderWidth, the BorderColor, and the RoundRectangleEllipseSize properties depends on the value of this property. if it set to RasterMagnifyGlassShape.None : none of the above will be used.
if it set to RasterMagnifyGlassShape.Border3D : only the Border3DStyle property will be use.
if it set to RasterMagnifyGlassShape.Rectangle or set to RasterMagnifyGlassShape.Ellipse: only the BorderWidth, and the BorderColor properties will be used.
if it set to RasterMagnifyGlassShape.RoundRectangle : the BorderWidth, the BorderColor, and the RoundRectangleEllipseSize properties will be used.
Refer to RasterMagnifyGlass example.
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