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

More...

Inheritance diagram for Ext.Net.GaugeNeedleConfig:
Ext.Net.BaseItem Ext.Net.IXObject Ext.Net.IBase

Public Member Functions

virtual void SetInnerRadius (int? innerRadius)
 Sets the value of innerRadius. More...
 
virtual void SetInnerRadius (string innerRadius)
 Sets the value of innerRadius. More...
 
virtual void SetOuterRadius (int? outerRadius)
 Sets the value of outerRadius. More...
 
virtual void SetOuterRadius (string outerRadius)
 Sets the value of outerRadius. More...
 
virtual void SetSvgPath (string path)
 Sets the value of path. More...
 
virtual void SetSvgStyle (ParameterCollection style)
 Sets the value of style. More...
 
virtual void SetSvgStyle (string style)
 Sets the value of style. More...
 
virtual void SetSvgStyle (object style)
 Sets the value of style. More...
 
- Public Member Functions inherited from Ext.Net.BaseItem
virtual bool HasExplicitValue (string name)
 
void EnsureDataBind ()
 
virtual void Call (string name)
 
virtual void Call (string name, params object[] args)
 
virtual void AddScript (string script)
 
virtual void AddScript (string script, params object[] args)
 
virtual bool IsEmptyObject ()
 
Apply< T > (IApply config)
 
BaseItem Apply (object config)
 
virtual void LoadViewState (object state)
 
virtual object SaveViewState ()
 
virtual void TrackViewState ()
 
void SetDirty ()
 
virtual void DataBind ()
 
virtual IControlBuilder ToNativeBuilder ()
 

Properties

virtual Gauge.NeedleShape Type [get, set]
 The needle shape. More...
 
virtual ? int? InnerRadius [get, set]
 The inner radius of the needle. More...
 
virtual string InnerRadiusSpec [get, set]
 The inner radius of the needle. More...
 
virtual ? int? OuterRadius [get, set]
 The outer radius of the needle. More...
 
virtual string OuterRadiusSpec [get, set]
 The outer radius of the needle. More...
 
virtual string SvgPath [get, set]
 The generator function for the needle's shape. It has 'innerRadius' and 'outerRadius' as parameters and should return a string with the SVG path of the new needle. More...
 
virtual ParameterCollection SvgStyle [get, set]
 The shape generated by the path function is used as the value for the d attribute of the SVG <path> element. More...
 
virtual object SvgStyleObject [get, set]
 The shape generated by the path function is used as the value for the d attribute of the SVG <path> element. More...
 
override ConfigOptionsCollection ConfigOptions [get]
 
- Properties inherited from Ext.Net.BaseItem
virtual string InstanceOf [get]
 
ItemState State [get]
 
virtual DefaultValueMode DefaultValueMode [get, set]
 
virtual bool DesignMode [get]
 
bool AutoDataBind [get, set]
 
ResourceManager ResourceManager [get]
 
virtual Control Owner [get, set]
 The Owner Control for this Listener. More...
 
virtual bool IsDefault [get]
 Does this object currently represent it's default state. More...
 
bool IsTrackingViewState [get]
 
EventHandlerList Events [get]
 
EventHandler DataBinding
 
Control?? BindingContainer [get]
 
virtual ConfigItemCollection?? CustomConfig [get]
 Collection of custom js config More...
 
virtual ConfigOptionsCollection ConfigOptions [get]
 
virtual ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
System.Web.Mvc.HtmlHelper?? HtmlHelper [get, set]
 
- Properties inherited from Ext.Net.IXObject
ConfigOptionsCollection ConfigOptions [get]
 
ConfigOptionsExtraction ConfigOptionsExtraction [get]
 
DefaultValueMode DefaultValueMode [get, set]
 

Additional Inherited Members

- Protected Member Functions inherited from Ext.Net.BaseItem
 BaseItem (Control owner)
 
 BaseItem ()
 
virtual void OwnerUpdate (Control owner)
 
virtual void OnDataBinding (EventArgs e)
 

Detailed Description

Member Function Documentation

◆ SetInnerRadius() [1/2]

virtual void Ext.Net.GaugeNeedleConfig.SetInnerRadius ( int?  innerRadius)
inlinevirtual

Sets the value of innerRadius.

Parameters
innerRadiusThe new value.

◆ SetInnerRadius() [2/2]

virtual void Ext.Net.GaugeNeedleConfig.SetInnerRadius ( string  innerRadius)
inlinevirtual

Sets the value of innerRadius.

Parameters
innerRadiusThe new value.

◆ SetOuterRadius() [1/2]

virtual void Ext.Net.GaugeNeedleConfig.SetOuterRadius ( int?  outerRadius)
inlinevirtual

Sets the value of outerRadius.

Parameters
outerRadiusThe new value.

◆ SetOuterRadius() [2/2]

virtual void Ext.Net.GaugeNeedleConfig.SetOuterRadius ( string  outerRadius)
inlinevirtual

Sets the value of outerRadius.

Parameters
outerRadiusThe new value.

◆ SetSvgPath()

virtual void Ext.Net.GaugeNeedleConfig.SetSvgPath ( string  path)
inlinevirtual

Sets the value of path.

Parameters
pathThe new value.

◆ SetSvgStyle() [1/3]

virtual void Ext.Net.GaugeNeedleConfig.SetSvgStyle ( object  style)
inlinevirtual

Sets the value of style.

Parameters
styleThe new value.

◆ SetSvgStyle() [2/3]

virtual void Ext.Net.GaugeNeedleConfig.SetSvgStyle ( ParameterCollection  style)
inlinevirtual

Sets the value of style.

Parameters
styleThe new value.

◆ SetSvgStyle() [3/3]

virtual void Ext.Net.GaugeNeedleConfig.SetSvgStyle ( string  style)
inlinevirtual

Sets the value of style.

Parameters
styleThe new value.

Property Documentation

◆ ConfigOptions

override ConfigOptionsCollection Ext.Net.GaugeNeedleConfig.ConfigOptions
get

◆ InnerRadius

virtual ? int? Ext.Net.GaugeNeedleConfig.InnerRadius
getset

The inner radius of the needle.

◆ InnerRadiusSpec

virtual string Ext.Net.GaugeNeedleConfig.InnerRadiusSpec
getset

The inner radius of the needle.

◆ OuterRadius

virtual ? int? Ext.Net.GaugeNeedleConfig.OuterRadius
getset

The outer radius of the needle.

◆ OuterRadiusSpec

virtual string Ext.Net.GaugeNeedleConfig.OuterRadiusSpec
getset

The outer radius of the needle.

◆ SvgPath

virtual string Ext.Net.GaugeNeedleConfig.SvgPath
getset

The generator function for the needle's shape. It has 'innerRadius' and 'outerRadius' as parameters and should return a string with the SVG path of the new needle.

◆ SvgStyle

virtual ParameterCollection Ext.Net.GaugeNeedleConfig.SvgStyle
getset

The shape generated by the path function is used as the value for the d attribute of the SVG <path> element.

◆ SvgStyleObject

virtual object Ext.Net.GaugeNeedleConfig.SvgStyleObject
getset

The shape generated by the path function is used as the value for the d attribute of the SVG <path> element.

◆ Type

virtual Gauge.NeedleShape Ext.Net.GaugeNeedleConfig.Type
getset

The needle shape.

This is not documented by Sencha in the needle class itself, but provided as a sample code snippet at the Ext.ux.gauge.Gauge needle config option documentation.


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