ZoomSettings.Value Property

Definition

Gets or sets the zoom value to which the ZoomControl will transition.

public:
 property float Value { float get(); void set(float value); };
float Value();

void Value(float value);
public float Value { get; set; }
var single = zoomSettings.value;
zoomSettings.value = single;
Public Property Value As Single

Property Value

Single

float

The zoom value to which the ZoomControl will transition.

Applies to