←Select platform

RasterMagnifyGlassShape Enumeration

Summary

Represents the shape of the Magnifying Glass.

Syntax

C#
VB
C++
public enum RasterMagnifyGlassShape 
  
Public Enum RasterMagnifyGlassShape  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class RasterMagnifyGlassShape : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0NoneNone
1Border3DThe rectangular Magnifying Glass appears with a 3D border. The border style is specified in the RasterMagnifyGlass.Border3DStyle property.
2Rectangle(0x00000002)The Magnifying Glass is a Rectangle. The border color, and the border width of this rectangle are specified by the RasterMagnifyGlass.BorderColor, and RasterMagnifyGlass.BorderWidth properties respectively.
3RoundRectangleThe Magnifying Glass is a Round Rectangle. The border color, the border width, and the arc size of the rounded corners of this round rectangle region are specified by the RasterMagnifyGlass.BorderColor, RasterMagnifyGlass.BorderWidth, and RasterMagnifyGlass.RoundRectangleEllipseSize properties respectively.
4EllipseThe Magnifying Glass is an Ellipse. The border color, and the border width of this ellipse region are specified by the RasterMagnifyGlass.BorderColor, and RasterMagnifyGlass.BorderWidth properties respectively.
Requirements

Target Platforms

See Also

Reference

Leadtools.WinForms Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly