Gets whether this instance represents a frame or not.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public bool IsFrame { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsFrame As Boolean
Visual C++
public:
property bool IsFrame {
	bool get ();
}

See Also