Hi Telerik,
I'm working with an older, obsolete 2024.3.924 , version of the ImageEditor tool and need to set the zoom value in the TextBox to Auto. Currently, the default is 100%
The ZoomFactor property seems to set the Zoom of the slider control and not the image.
private float_defaultEditorScale {get;set;} = 0.60f;
...
ImageEditor.ZoomFactor = new SizeF(_defaultEditorScale, _defaultEditorScale);
Also tried the Tools property viewer. This value is overwritten somewhere along the line.
Thanks,
Dave
I'm working with an older, obsolete 2024.3.924 , version of the ImageEditor tool and need to set the zoom value in the TextBox to Auto. Currently, the default is 100%
The ZoomFactor property seems to set the Zoom of the slider control and not the image.
private float_defaultEditorScale {get;set;} = 0.60f;
...
ImageEditor.ZoomFactor = new SizeF(_defaultEditorScale, _defaultEditorScale);
Also tried the Tools property viewer. This value is overwritten somewhere along the line.
Thanks,
Dave
