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.
See Also