LayoutPath.IsValid Property

Gets whether or not the SourceElement is valid in the context. A SourceElement is not valid if it is a descendant of the PathPanel in which it is used.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)

Syntax

'Declaration
Public ReadOnly Property IsValid As Boolean
'Usage
Dim instance As LayoutPath
Dim value As Boolean

value = instance.IsValid
public bool IsValid { get; }
public:
property bool IsValid {
    bool get ();
}
/** @property */
public boolean get_IsValid ()
public function get IsValid () : boolean

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LayoutPath Class
LayoutPath Members
Microsoft.Expression.Controls Namespace