Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ZoomAxis.Config Class Reference

More...

Inheritance diagram for Ext.Net.ZoomAxis.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator ZoomAxis.Builder (ZoomAxis.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Properties

virtual int MinZoom [get, set]
 A minimum zoom level for the axis. Defaults to 1 which is its natural size. More...
 
virtual int MaxZoom [get, set]
 A maximum zoom level for the axis. Defaults to 10. More...
 
virtual int StartZoom [get, set]
 A starting zoom level for the axis. Defaults to 1. More...
 
virtual bool AllowZoom [get, set]
 Whether zooming is allowed for the axis. Defaults to true. More...
 
virtual bool AllowPan [get, set]
 Whether panning is allowed for the axis. Defaults to true. More...
 
virtual int StartPan [get, set]
 A starting panning offset for the axis. Defaults to 0. More...
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseItem.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string Serialize ()
 

Detailed Description

Member Function Documentation

◆ operator ZoomAxis.Builder()

static implicit Ext.Net.ZoomAxis.Config.operator ZoomAxis.Builder ( ZoomAxis.Config  config)
inlinestatic

Property Documentation

◆ AllowPan

virtual bool Ext.Net.ZoomAxis.Config.AllowPan
getset

Whether panning is allowed for the axis. Defaults to true.

◆ AllowZoom

virtual bool Ext.Net.ZoomAxis.Config.AllowZoom
getset

Whether zooming is allowed for the axis. Defaults to true.

◆ MaxZoom

virtual int Ext.Net.ZoomAxis.Config.MaxZoom
getset

A maximum zoom level for the axis. Defaults to 10.

◆ MinZoom

virtual int Ext.Net.ZoomAxis.Config.MinZoom
getset

A minimum zoom level for the axis. Defaults to 1 which is its natural size.

◆ StartPan

virtual int Ext.Net.ZoomAxis.Config.StartPan
getset

A starting panning offset for the axis. Defaults to 0.

◆ StartZoom

virtual int Ext.Net.ZoomAxis.Config.StartZoom
getset

A starting zoom level for the axis. Defaults to 1.


The documentation for this class was generated from the following file: