Spread Silverlight Documentation
RootElement Property


GrapeCity.Windows.SpreadSheet.UI Namespace > CustomDrawingObject Class : RootElement Property
Gets the root element of the drawing object on its visual tree.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property RootElement As System.Windows.FrameworkElement
'Usage
 
Dim instance As CustomDrawingObject
Dim value As System.Windows.FrameworkElement
 
value = instance.RootElement
public abstract System.Windows.FrameworkElement RootElement {get;}
See Also

Reference

CustomDrawingObject Class
CustomDrawingObject Members