Visual Basic (Declaration) | |
---|---|
Public Enum MagnifyGlassShape Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MagnifyGlassShape |
C# | |
---|---|
public enum MagnifyGlassShape : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class MagnifyGlassShape : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
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. |
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. |
None | None |
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. |
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. |
For XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
This enumeration is used as the value for the MagnifyGlass.Shape property.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.MagnifyGlassShape
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family