DevPictureBoxZoom Property

Gets or sets the zoom level of the image shown by the control.

0.10 = 10% | 0.50 = 50% | 1.0 = 100%

Definition

Namespace: DevCase.UI.Controls
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[TypeConverterAttribute(typeof(PercentageTypeConverter))]
[DefaultValueAttribute(typeof(double), "1.0")]
public double Zoom { get; set; }

Property Value

Double
The zoom level of the image shown by the control.

See Also