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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.