VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / ZoomTool Class / ZoomStep Property
Syntax Requirements SeeAlso
In This Topic
    ZoomStep Property (ZoomTool)
    In This Topic
    Gets or sets the zoom step, in percents.
    Syntax
    'Declaration
    
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(10)>
    <DescriptionAttribute("The zoom step, in percents.")>
    Public Property ZoomStep As Single
    
    
    [Category("Behavior")]
    [DefaultValue(10)]
    [Description("The zoom step, in percents.")]
    public float ZoomStep { get; set; }
    
    
    [Category("Behavior")]
    [DefaultValue(10)]
    [Description("The zoom step, in percents.")]
    public: __property float get_ZoomStep();
    public: __property void set_ZoomStep(
    float value
    );
    [Category("Behavior")]
    [DefaultValue(10)]
    [Description("The zoom step, in percents.")]
    public:
    property float ZoomStep { float get(); void set(float value); }

    Property Value

    Default value is 10.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also