Leadtools.Silverlight3.Controls Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Shape Property
See Also 
Leadtools.Silverlight3.Controls Namespace > MagnifyGlass Class : Shape Property





Gets or sets the Shape of the Magnifying Glass.

Syntax

Visual Basic (Declaration) 
Public Property Shape As MagnifyGlassShape
Visual Basic (Usage)Copy Code
Dim instance As MagnifyGlass
Dim value As MagnifyGlassShape
 
instance.Shape = value
 
value = instance.Shape
C# 
public MagnifyGlassShape Shape {get; set;}
C++/CLI 
public:
property MagnifyGlassShape Shape {
   MagnifyGlassShape get();
   void set (MagnifyGlassShape value);
}
XAML Attributes Usage 

<object Shape=Leadtools.Silverlight3.Controls.MagnifyGlassShape .../>

Dependencies Property Information 

Identifier field

ShapeProperty

XAML Attributes Usage 

<object Shape=Leadtools.Silverlight3.Controls.MagnifyGlassShape .../>

Dependencies Property Information 

Identifier field

ShapeProperty

Return Value

The shape of the Magnifying Glass.

Remarks

The use of the MagnifyGlass.BorderThickness, the MagnifyGlass.BorderBrush, and the MagnifyGlass.RoundRectangleRadius properties depend on the value of this property.
  • If it is set to MagnifyGlassShape.None : none of the above will be used.
  • If it is set to MagnifyGlassShape.Border3D : none of the above will be used.
  • If it is set to MagnifyGlassShape.Rectangle or MagnifyGlassShape.Ellipse; only the MagnifyGlass.BorderThickness, and the MagnifyGlass.BorderBrush properties will be used.
  • If it is set to MagnifyGlassShape.RoundRectangle; the MagnifyGlass.BorderThickness, the MagnifyGlass.BorderBrush, and the MagnifyGlass.RoundRectangleRadius properties will be used.
  • Requirements

    Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

    See Also

    Shape requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features