Visual Basic (Declaration) | |
---|---|
Public Enum MagnifyGlassShape Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum MagnifyGlassShape : Enum |
C++/CLI | |
---|---|
public enum class MagnifyGlassShape : public Enum |
XAML Attributes Usage | |
---|---|
<object Shape=Leadtools.Windows.Controls.MagnifyGlassShape .../> |
XAML Attributes Usage | |
---|---|
<object Shape=Leadtools.Windows.Controls.MagnifyGlassShape .../> |
Member | Description |
---|---|
None | None |
Border3D | The rectangular Magnifying Glass appears with a 3D border./> |
Rectangle | The Magnifying Glass is a Rectangle. The border brush, and the border thickness of this rectangle are specified by the MagnifyGlass.BorderBrush, and MagnifyGlass.BorderThickness properties respectively. |
RoundRectangle | The Magnifying Glass is a Round Rectangle. The border brush, the border thickness, and the arc size of the rounded corners of this round rectangle region are specified by the MagnifyGlass.BorderBrush, MagnifyGlass.BorderThickness, and MagnifyGlass.RoundRectangleRadius properties respectively. |
Ellipse | The Magnifying Glass is an Ellipse. The border brush, and the border thickness of this ellipse region are specified by the MagnifyGlass.BorderBrush, and MagnifyGlass.BorderThickness properties respectively. |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.MagnifyGlassShape
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family