ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearWpfDisplayScaleSettings Class / UpdateLayoutOnly Property




In This Topic
    UpdateLayoutOnly Property
    In This Topic
    Gets or sets a value indicating whether ImageGear actually renders the image, or just updates the layout of the image object on the canvas.
    Syntax
    'Declaration
     
    Public Property UpdateLayoutOnly As Boolean
    'Usage
     
    Dim instance As ImGearWpfDisplayScaleSettings
    Dim value As Boolean
     
    instance.UpdateLayoutOnly = value
     
    value = instance.UpdateLayoutOnly
    public bool UpdateLayoutOnly {get; set;}
    public: __property bool get_UpdateLayoutOnly();
    public: __property void set_UpdateLayoutOnly( 
       bool value
    );
    public:
    property bool UpdateLayoutOnly {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    Set to true for fast zooming, scrolling, or display layout updating.
    See Also