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

More...

Inheritance diagram for Ext.Net.EllipseSprite.Config:
Ext.Net.PathSprite.Config Ext.Net.AbstractSprite.Config Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.EllipticalArcSprite.Config

Static Public Member Functions

static implicit operator EllipseSprite.Builder (EllipseSprite.Config config)
 
- Static Public Member Functions inherited from Ext.Net.PathSprite.Config
static implicit operator PathSprite.Builder (PathSprite.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 CX [get, set]
 
virtual ? int CY [get, set]
 
virtual ? int AxisRotation [get, set]
 
virtual ? int RX [get, set]
 
virtual ? int RY [get, set]
 
- Properties inherited from Ext.Net.PathSprite.Config
virtual string Path [get, set]
 The SVG based path string used by the sprite. More...
 
- Properties inherited from Ext.Net.AbstractSprite.Config
virtual string SpriteID [get, set]
 
virtual ? int Height [get, set]
 
virtual ? int Width [get, set]
 
virtual ? int X [get, set]
 
virtual ? int Y [get, set]
 
virtual int[] LineDash [get, set]
 array of non-negative numbers specifying a dash/space sequence. More...
 
virtual ? int LineDashOffset [get, set]
 A number specifying how far into the line dash sequence drawing commences. More...
 
virtual ? double FillOpacity [get, set]
 The opacity of the fill. Limited from 0 to 1. Defaults to: 1 More...
 
virtual string FillStyle [get, set]
 The color of the shape (a CSS color value). Defaults to: "none" More...
 
virtual ? double GlobalAlpha [get, set]
 The opacity of the sprite. Limited from 0 to 1. Defaults to: 1 More...
 
virtual ? double Opacity [get, set]
 The opacity of the sprite. Limited from 0 to 1. Defaults to: 1 More...
 
virtual string GlobalCompositeOperation [get, set]
 Indicates how source images are drawn onto a destination image. globalCompositeOperation attribute is not supported by the SVG and VML (excanvas) engines. Defaults to: source-over More...
 
virtual ? bool Hidden [get, set]
 Determines whether or not the sprite is hidden. Defaults to: false More...
 
virtual StrokeLinecap LineCap [get, set]
 The style of the line caps. Defaults to: "butt" More...
 
virtual StrokeLinejoin Linejoin [get, set]
 
virtual ? double LineWidth [get, set]
 The width of the line stroke. Defaults to: 1 More...
 
virtual ? int MiterLimit [get, set]
 Sets the distance between the inner corner and the outer corner where two lines meet. Defaults to: 10 More...
 
virtual ? int RotationCenterX [get, set]
 The central coordinate of the sprite's scale operation on the x-axis. Defaults to: null More...
 
virtual ? int RotationCenterY [get, set]
 The central coordinate of the sprite's scale operation on the y-axis. Defaults to: null More...
 
virtual ? double RotationRads [get, set]
 The radians of rotation of the sprite. Defaults to 0. More...
 
virtual ? int RotationDegrees [get, set]
 
virtual ? int ScalingCenterX [get, set]
 The central coordinate of the sprite's scale operation on the x-axis. Defaults to: null More...
 
virtual ? int ScalingCenterY [get, set]
 The central coordinate of the sprite's scale operation on the y-axis. Defaults to: null More...
 
virtual ? double Scaling [get, set]
 The scaling of the sprite on the xy-axis. Defaults to: 1 More...
 
virtual ? double ScalingX [get, set]
 The scaling of the sprite on the x-axis. Defaults to: 1 More...
 
virtual ? double ScalingY [get, set]
 The scaling of the sprite on the y-axis. Defaults to: 1 More...
 
virtual ? int ShadowBlur [get, set]
 The amount blur used on the shadow. Defaults to: 0 More...
 
virtual string ShadowColor [get, set]
 The amount blur used on the shadow. Defaults to: 0 More...
 
virtual ? int ShadowOffsetX [get, set]
 The offset of the sprite's shadow on the x-axis. Defaults to: 0 More...
 
virtual ? int ShadowOffsetY [get, set]
 The offset of the sprite's shadow on the y-axis. Defaults to: 0 More...
 
virtual ? double StrokeOpacity [get, set]
 The opacity of the stroke. Limited from 0 to 1. Defaults to: 1 More...
 
virtual string StrokeStyle [get, set]
 The color of the stroke (a CSS color value). Defaults to: "none" More...
 
virtual bool TransformFillStroke [get, set]
 Determines whether the fill and stroke are affected by sprite transformations. Defaults to: false More...
 
virtual ? double TranslationX [get, set]
 The translation of the sprite on the x-axis. Defaults to: 0 More...
 
virtual ? double TranslationY [get, set]
 The translation of the sprite on the y-axis. Defaults to: 0 More...
 
virtual ? int ZIndex [get, set]
 The stacking order of the sprite. Defaults to: 0 More...
 
virtual ? int Duration [get, set]
 Time in milliseconds for the animation to last. More...
 
virtual Easing Easing [get, set]
 This describes how the intermediate values used during a transition will be calculated. It allows for a transition to change speed over its duration. More...
 
virtual string EasingArgs [get, set]
 This describes how the intermediate values used during a transition will be calculated. It allows for a transition to change speed over its duration. 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 EllipseSprite.Builder()

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

Property Documentation

◆ AxisRotation

virtual ? int Ext.Net.EllipseSprite.Config.AxisRotation
getset

◆ CX

virtual ? int Ext.Net.EllipseSprite.Config.CX
getset

◆ CY

virtual ? int Ext.Net.EllipseSprite.Config.CY
getset

◆ RX

virtual ? int Ext.Net.EllipseSprite.Config.RX
getset

◆ RY

virtual ? int Ext.Net.EllipseSprite.Config.RY
getset


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