Gets or sets the width and height of the Magnifying Glass.
Syntax
Visual Basic (Declaration) | |
---|
Public Property Size As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MagnifyGlass
Dim value As Size
instance.Size = value
value = instance.Size
|
C# | |
---|
public Size Size {get; set;} |
XAML Attributes Usage | |
---|
<object Size=Size .../> |
Dependencies Property Information | |
---|
Identifier field | SizeProperty |
XAML Property Element Usage | |
---|
<object>
<object.Size>
<Size .../>
</object.Size>
</object> |
XAML Attributes Usage | |
---|
<object Size=Size .../> |
Dependencies Property Information | |
---|
Identifier field | SizeProperty |
XAML Property Element Usage | |
---|
<object>
<object.Size>
<Size .../>
</object.Size>
</object> |
Return Value
The width and the height of the Magnifying Glass.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also