Visual Basic (Declaration) | |
---|---|
Public Property Radius As Double |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MagnifyGlassEffect Dim value As Double instance.Radius = value value = instance.Radius |
C# | |
---|---|
public double Radius {get; set;} |
Property Value
The radius of the magnify glass. The value is a percentage of the image size. Default value is 0.25.For XAML example, refer to MagnifyGlassEffect.
For C#/VB examples, refer to MagnifyGlassEffect.
This effect uses the Center, Radius and AspectRatio properties to construct the magnify glass area.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)