Visual Basic (Declaration) | |
---|---|
Public Property Shape As MagnifyGlassShape |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 |
XAML Attributes Usage | |
---|---|
<object Shape=Leadtools.Silverlight3.Controls.MagnifyGlassShape .../> |
Dependencies Property Information | |
---|---|
Identifier field |
Return Value
The shape of the Magnifying Glass.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family