Leadtools.WinForms Namespace : RasterMagnifyGlassShape Enumeration |
public enum RasterMagnifyGlassShape : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RasterMagnifyGlassShape Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterMagnifyGlassShape
public enum RasterMagnifyGlassShape : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.WinForms.RasterMagnifyGlassShape = function() { }; Leadtools.WinForms.RasterMagnifyGlassShape.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class RasterMagnifyGlassShape : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Border3D | The rectangular Magnifying Glass appears with a 3D border. The border style is specified in the RasterMagnifyGlass.Border3DStyle property. |
Ellipse | The 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. |
None | None |
Rectangle | 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. |
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 RasterMagnifyGlass.BorderColor, RasterMagnifyGlass.BorderWidth, and RasterMagnifyGlass.RoundRectangleEllipseSize properties respectively. |
System.Object
System.ValueType
System.Enum
Leadtools.WinForms.RasterMagnifyGlassShape
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2