Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ZoomSettings.Value Property
Definition
- Namespace:
- Windows.Media.Devices
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.
Applies to
Feedback
Was this page helpful?
