Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight 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