Represents the shape of the magnifying glass.
public enum MagnifyGlassShape Public Enum MagnifyGlassShapeInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class MagnifyGlassShape : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | None |
None |
| 1 | Border3D |
The magnifying glass appears with a 3D border. The border thickness is specified by the MagnifyGlass.BorderThickness property and the border color is specified by the MagnifyGlass.BorderBrush property. |
| 2 | Rectangle | (0x00000002)
The magnifying glass appears as a rectangle. The border thickness is specified by the MagnifyGlass.BorderThickness property and the color is specified by the MagnifyGlass.BorderBrush property. |
| 3 | RoundRectangle |
The magnifying glass appears as a round-rectangle. The border thickness is specified by the MagnifyGlass.BorderThickness property, the color is specified by the MagnifyGlass.BorderBrush property and the radius is specified by the MagnifyGlass.RoundRectangleRadius property. |
| 4 | Ellipse |
The magnifying glass appears as an ellipse. The border thickness is specified by the MagnifyGlass.BorderThickness property and the color is specified by the MagnifyGlass.BorderBrush property. |
This enumeration is used as the value for the MagnifyGlass.Shape property.
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
