Visual Basic (Declaration) | |
---|---|
Public Enum MagnifyGlassShape Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum MagnifyGlassShape : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum MagnifyGlassShape : public Enum |
C++/CLI | |
---|---|
public enum class MagnifyGlassShape : public Enum |
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 BorderBrush, and 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 BorderBrush, BorderThickness, and 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 BorderBrush, and BorderThickness properties respectively. |
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Controls.MagnifyGlassShape
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family