ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / UpdateMode Property




In This Topic
    UpdateMode Property
    In This Topic
    Gets or sets whether the control updates automatically when the display settings or annotations change.
    Syntax
    'Declaration
     
    Public Property UpdateMode As ImGearUpdateMode
    'Usage
     
    Dim instance As PageView
    Dim value As ImGearUpdateMode
     
    instance.UpdateMode = value
     
    value = instance.UpdateMode
    public ImGearUpdateMode UpdateMode {get; set;}
    public: __property ImGearUpdateMode get_UpdateMode();
    public: __property void set_UpdateMode( 
       ImGearUpdateMode value
    );
    public:
    property ImGearUpdateMode UpdateMode {
       ImGearUpdateMode get();
       void set (    ImGearUpdateMode value);
    }

    Property Value

    UpdateMode enumeration value.
    See Also