Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Layer Class / IsDetached Property

In This Topic
    IsDetached Property (Layer)
    In This Topic
    Gets true if this Layer is not associated with any Surface, false otherwise.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDetached As System.Boolean
    public System.bool IsDetached {get;}
    See Also