ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1Window Class / Canvas Property

In This Topic
    Canvas Property (C1Window)
    In This Topic
    Gets or sets the Canvas used to display the window.
    Syntax
    'Declaration
     
    Public Property Canvas As Canvas
    public Canvas Canvas {get; set;}
    See Also