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 MagnifyGlassShape : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Windows.Controls.MagnifyGlassShape = function() { }; Leadtools.Windows.Controls.MagnifyGlassShape.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class MagnifyGlassShape : public System.Enum, System.IComparable, System.IConvertible, System.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. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2