ZoomSettings.Value
ZoomSettings.Value
ZoomSettings.Value
ZoomSettings.Value
ZoomSettings.Value
Property
Definition
Gets or sets the zoom value to which the ZoomControl will transition.
public : float Value { get; set; }
float Value();
void Value(float value);
public float Value { get; set; }
Public ReadWrite Property Value As float
var float = zoomSettings.value;
zoomSettings.value = float;
Property Value
float
float
float
The zoom value to which the ZoomControl will transition.
Feedback
Loading feedback...