Share via


ViewItem.IsOffscreen Property

Gets a value that indicates whether the element is off the screen.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property IsOffscreen As Boolean
    Get
public abstract bool IsOffscreen { get; }
public:
virtual property bool IsOffscreen {
    bool get () abstract;
}
abstract IsOffscreen : bool
abstract function get IsOffscreen () : boolean

Property Value

Type: System.Boolean
true if the element is off the screen; otherwise, false.

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace