Visual Basic (Declaration) | |
---|---|
Public Enum RasterMagnifyGlassShape Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum RasterMagnifyGlassShape : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum RasterMagnifyGlassShape : public Enum |
C++/CLI | |
---|---|
public enum class RasterMagnifyGlassShape : public Enum |
Member | Description |
---|---|
None | None |
Border3D | The rectangular Magnifying Glass appears with a 3D border. The border style is specified in the Border3DStyle property. |
Rectangle | The Magnifying Glass is a Rectangle. The border color, and the border width of this rectangle are specified by the BorderColor, and BorderWidth properties respectively. |
RoundRectangle | The 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 BorderColor, BorderWidth, and RoundRectangleEllipseSize properties respectively. |
Ellipse | The Magnifying Glass is an Ellipse. The border color, and the border width of this ellipse region are specified by the BorderColor, and BorderWidth properties respectively. |
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterMagnifyGlassShape
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family