| 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); } | |
Property Value
An MagnifyGlassShape enumeration member that specifies the shape of the magnify glass. Default value is MagnifyGlassShape.RoundRectangle.For XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
In WPF Express, default is rectangle.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code