DevPictureBoxZoom Property
Gets or sets the zoom level of the image shown by the control.
0.10 = 10% | 0.50 = 50% | 1.0 = 100%
Namespace: DevCase.UI.ControlsAssembly: 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; }
<BrowsableAttribute(true)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
<TypeConverterAttribute(GetType(PercentageTypeConverter))>
<DefaultValueAttribute(GetType(Double), "1.0")>
Public Property Zoom As Double
Get
Set
Dim instance As DevPictureBox
Dim value As Double
value = instance.Zoom
instance.Zoom = value
public:
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Visible)]
[TypeConverterAttribute(typeof(PercentageTypeConverter))]
[DefaultValueAttribute(typeof(double), L"1.0")]
property double Zoom {
double get ();
void set (double value);
}
[<BrowsableAttribute(true)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
[<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>]
[<TypeConverterAttribute(typeof(PercentageTypeConverter))>]
[<DefaultValueAttribute(typeof(float), "1.0")>]
member Zoom : float with get, set
No code example is currently available or this language may not be supported.
Property Value
Double
The zoom level of the image shown by the control.