ImageGear .NET v24.12 - Updated
UpdateLayoutOnly Property




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearWpfDisplayScaleSettings Class : UpdateLayoutOnly Property
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

Reference

ImGearWpfDisplayScaleSettings Class
ImGearWpfDisplayScaleSettings Members