ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / PreviewAdorner Class / PreviewAdorner Constructor

In This Topic
    PreviewAdorner Constructor
    In This Topic
    Specifies by default
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal adornedElement As UIElement _
    )
    public PreviewAdorner( 
       UIElement adornedElement
    )

    Parameters

    adornedElement
    See Also