Leadtools.Windows.Controls Namespace : MagnifyGlassShape Enumeration |
public enum MagnifyGlassShape : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MagnifyGlassShape Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MagnifyGlassShape
public enum class MagnifyGlassShape : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None |
None |
0x00000001 | 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. |
0x00000002 | Rectangle |
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. |
0x00000003 | 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. |
0x00000004 | 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.
For XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.MagnifyGlassShape