ImageEdit.MaxScaleFactor Property
In This Article
Gets or sets the maximum value of the scale factor. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public double MaxScaleFactor { get; set; }
#Property Value
Type | Description |
---|---|
Double | The maximum value of the scale factor. |
See Also