LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
MagnifyGlass Class Members
See Also  Fields  Properties  Methods  Events
Leadtools.Windows.Controls Namespace : MagnifyGlass Class

The following tables list the members exposed by MagnifyGlass.

Public Constructors

 NameDescription
public Constructor MagnifyGlass ConstructorInitializes a new instance of the MagnifyGlass class. Supported in Silverlight, Windows Phone 7  
Top

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic) BackgroundPropertyIdentifies the Background dependency property. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) BorderBrushPropertyIdentifies the BorderBrush dependency property. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) BorderThicknessPropertyIdentifies the BorderThickness dependency property. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) CrosshairBrushPropertyIdentifies the CrosshairBrush dependency property. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) CrosshairPropertyIdentifies the Crosshair dependency property. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) CrosshairThicknessPropertyIdentifies the CrosshairThickness dependency property. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) RoundRectangleRadiusPropertyIdentifies the RoundRectangleRadius dependency property. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) ScaleFactorPropertyIdentifies the ScaleFactor dependency property. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) ShapePropertyIdentifies the Shape dependency property. Supported in Silverlight, Windows Phone 7  
public Fieldstatic (Shared in Visual Basic) SizePropertyIdentifies the Size dependency property. Supported in Silverlight, Windows Phone 7  
Top

Public Properties

 NameDescription
public Property BackgroundGets or sets the background used to fill the interior of this magnify glass. This is a dependency property. Supported in Silverlight, Windows Phone 7  
public Property BorderBrushGets or sets the brush used to draw the border of the magnify glass. This is a dependency property. Supported in Silverlight, Windows Phone 7  
public Property BorderThicknessGets or sets the size of the magnify glass border in pixels. This is a dependency property. Supported in Silverlight, Windows Phone 7  
public Property CrosshairGets or sets the type of the crosshair used in this magnify glass. This is a dependency property. Supported in Silverlight, Windows Phone 7  
public Property CrosshairBrushGets or sets the brush used to draw the crosshair of this magnify glass. This is a dependency property. Supported in Silverlight, Windows Phone 7  
public Property CrosshairThicknessGets or sets the width of the crosshair of this magnify glass in pixels. This is a dependency property. Supported in Silverlight, Windows Phone 7  
public Property DependencyObjectType (Inherited from System.Windows.DependencyObject)
public Property Dispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public Property IsSealed (Inherited from System.Windows.DependencyObject)
public Property RoundRectangleRadiusGets or sets the width and height of the ellipse that describes the arc of the rounded corners of this magnify glass. This is a dependency property. Supported in Silverlight, Windows Phone 7  
public Property ScaleFactorGets or sets the zoom factor used to display the magnified image. This is a dependency property. Supported in Silverlight, Windows Phone 7  
public Property ShapeGets or sets the shape of the magnify glass. This is a dependency property. Supported in Silverlight, Windows Phone 7  
public Property SizeGets or sets the size of the magnify glass in pixels. This is a dependency property. Supported in Silverlight, Windows Phone 7  
Top

Public Methods

Protected Methods

Public Events

 NameDescription
public Event BackgroundChangedOccurs when the value of the Background property changes. Supported in Silverlight, Windows Phone 7  
public Event BorderBrushChangedOccurs when the value of the BorderBrush property changes. Supported in Silverlight, Windows Phone 7  
public Event BorderThicknessChangedOccurs when the value of the BorderThickness property changes. Supported in Silverlight, Windows Phone 7  
public Event CrosshairBrushChangedOccurs when the value of the CrosshairBrush property changes. Supported in Silverlight, Windows Phone 7  
public Event CrosshairChangedOccurs when the value of the Crosshair property changes. Supported in Silverlight, Windows Phone 7  
public Event CrosshairThicknessChangedOccurs when the value of the CrosshairThickness property changes. Supported in Silverlight, Windows Phone 7  
public Event RoundRectangleRadiusChangedOccurs when the value of the RoundRectangleRadius property changes. Supported in Silverlight, Windows Phone 7  
public Event ScaleFactorChangedOccurs when the value of the ScaleFactor property changes. Supported in Silverlight, Windows Phone 7  
public Event ShapeChangedOccurs when the value of the Shape property changes. Supported in Silverlight, Windows Phone 7  
public Event SizeChangedOccurs when the value of the Size property changes. Supported in Silverlight, Windows Phone 7  
Top

See Also