Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1VisualImageSource Class / Element Property

In This Topic
    Element Property
    In This Topic
    Gets or sets the element whose visual is used as an image source.
    Syntax
    'Declaration
     
    
    Public Property Element As FrameworkElement
    public FrameworkElement Element {get; set;}
    See Also