Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / PropertyAttribute Class / IsAttached Property

In This Topic
    IsAttached Property
    In This Topic
    Gets or sets a value indicating whether the property is attached.
    Syntax
    'Declaration
     
    
    Public Property IsAttached As Boolean
    public bool IsAttached {get; set;}
    See Also