ComponentOne Basic Library for WPF and Silverlight
Canvas Property (C1Window)


C1.Silverlight Namespace > C1Window Class : Canvas Property
Gets or sets the Canvas used to display the window.
Syntax
'Declaration
 
Public Property Canvas As System.Windows.Controls.Canvas
'Usage
 
Dim instance As C1Window
Dim value As System.Windows.Controls.Canvas
 
instance.Canvas = value
 
value = instance.Canvas
public System.Windows.Controls.Canvas Canvas {get; set;}
See Also

Reference

C1Window Class
C1Window Members