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

In This Topic
    AutoUpdate Property (C1VisualImageSource)
    In This Topic
    Gets or sets whether the image is automatically updated when the source's layout changes.
    Syntax
    'Declaration
     
    
    Public Property AutoUpdate As Boolean
    public bool AutoUpdate {get; set;}
    See Also