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

More...

Inheritance diagram for Ext.Net.AbstractInteraction.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.CrosshairInteraction.Config Ext.Net.CrossZoomInteraction.Config Ext.Net.ItemHighlightInteraction.Config Ext.Net.ItemInfoInteraction.Config Ext.Net.PanZoomInteraction.Config Ext.Net.RotateInteraction.Config

Properties

virtual string InteractionID [get, set]
 
virtual bool Enabled [get, set]
 True if the interaction is enabled. More...
 
virtual int ThrottleGap [get, set]
 Android device is emerging too many events so if we re-render every frame it will take forever to finish a frame. This throttle technique will limit the timespan between two frames. 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 ()
 
- Static Public Member Functions inherited from Ext.Net.BaseItem.Config
static Config Deserialize (string config)
 
static TConfig Deserialize< TConfig > (string config)
 

Detailed Description

Property Documentation

◆ Enabled

virtual bool Ext.Net.AbstractInteraction.Config.Enabled
getset

True if the interaction is enabled.

◆ InteractionID

virtual string Ext.Net.AbstractInteraction.Config.InteractionID
getset

◆ ThrottleGap

virtual int Ext.Net.AbstractInteraction.Config.ThrottleGap
getset

Android device is emerging too many events so if we re-render every frame it will take forever to finish a frame. This throttle technique will limit the timespan between two frames.


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