ZoomSettings.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.