ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Viewer Namespace / ViewerBase Class / ZoomFactor Property






In This Topic
    ZoomFactor Property (ViewerBase)
    In This Topic
    Gets or sets the zoom factor.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property ZoomFactor As System.Double
    'Usage
     
    
    Dim instance As ViewerBase
    Dim value As System.Double
     
    instance.ZoomFactor = value
     
    value = instance.ZoomFactor
    [System.ComponentModel.DefaultValue(1)]
    public System.double ZoomFactor {get; set;}
    public read-write property ZoomFactor: System.Double; 
    System.ComponentModel.DefaultValueAttribute(1)
    public function get,set ZoomFactor : System.double
    [System.ComponentModel.DefaultValue(1)]
    public: __property System.double get_ZoomFactor();
    public: __property void set_ZoomFactor( 
       System.double value
    );
    [System.ComponentModel.DefaultValue(1)]
    public:
    property System.double ZoomFactor {
       System.double get();
       void set (    System.double value);
    }
    See Also