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

In This Topic
    TopVisual Property
    In This Topic
    Gets the Visual that appears on top of all other Visuals on this Layer.
    Syntax
    'Declaration
     
    Public ReadOnly Property TopVisual As Visual
    public Visual TopVisual {get;}
    See Also