XamlSemanticZoom.ZoomedIn Property

Gets or Sets the current view state of a Semantic Zoom control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntax

'Declaration
Public Overridable Property ZoomedIn As Boolean
public virtual bool ZoomedIn { get; set; }
public:
virtual property bool ZoomedIn {
    bool get ();
    void set (bool value);
}
abstract ZoomedIn : bool with get, set 
override ZoomedIn : bool with get, set
function get ZoomedIn () : boolean 
function set ZoomedIn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

XamlSemanticZoom Class

Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace