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

More...

Inheritance diagram for Ext.Net.AbstractSprite.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.CompositeSprite.Config Ext.Net.PathSprite.Config Ext.Net.Sprite.Config Ext.Net.TextSprite.Config Ext.Net.CircleSprite.Config Ext.Net.EllipseSprite.Config Ext.Net.RectSprite.Config Ext.Net.SectorSprite.Config Ext.Net.AxisSprite.Config Ext.Net.LimitSprite.Config Ext.Net.ChartLabel.Config Ext.Net.ArcSprite.Config Ext.Net.EllipticalArcSprite.Config Ext.Net.ImageSprite.Config Ext.Net.SeriesSprite.Config

Properties

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 ()
 
- 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

◆ Duration

virtual ? int Ext.Net.AbstractSprite.Config.Duration
getset

Time in milliseconds for the animation to last.

◆ Easing

virtual Easing Ext.Net.AbstractSprite.Config.Easing
getset

This describes how the intermediate values used during a transition will be calculated. It allows for a transition to change speed over its duration.

◆ EasingArgs

virtual string Ext.Net.AbstractSprite.Config.EasingArgs
getset

This describes how the intermediate values used during a transition will be calculated. It allows for a transition to change speed over its duration.

◆ FillOpacity

virtual ? double Ext.Net.AbstractSprite.Config.FillOpacity
getset

The opacity of the fill. Limited from 0 to 1. Defaults to: 1

◆ FillStyle

virtual string Ext.Net.AbstractSprite.Config.FillStyle
getset

The color of the shape (a CSS color value). Defaults to: "none"

◆ GlobalAlpha

virtual ? double Ext.Net.AbstractSprite.Config.GlobalAlpha
getset

The opacity of the sprite. Limited from 0 to 1. Defaults to: 1

◆ GlobalCompositeOperation

virtual string Ext.Net.AbstractSprite.Config.GlobalCompositeOperation
getset

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

◆ Height

virtual ? int Ext.Net.AbstractSprite.Config.Height
getset

◆ Hidden

virtual ? bool Ext.Net.AbstractSprite.Config.Hidden
getset

Determines whether or not the sprite is hidden. Defaults to: false

◆ LineCap

virtual StrokeLinecap Ext.Net.AbstractSprite.Config.LineCap
getset

The style of the line caps. Defaults to: "butt"

◆ LineDash

virtual int [] Ext.Net.AbstractSprite.Config.LineDash
getset

array of non-negative numbers specifying a dash/space sequence.

◆ LineDashOffset

virtual ? int Ext.Net.AbstractSprite.Config.LineDashOffset
getset

A number specifying how far into the line dash sequence drawing commences.

◆ Linejoin

virtual StrokeLinejoin Ext.Net.AbstractSprite.Config.Linejoin
getset

◆ LineWidth

virtual ? double Ext.Net.AbstractSprite.Config.LineWidth
getset

The width of the line stroke. Defaults to: 1

◆ MiterLimit

virtual ? int Ext.Net.AbstractSprite.Config.MiterLimit
getset

Sets the distance between the inner corner and the outer corner where two lines meet. Defaults to: 10

◆ Opacity

virtual ? double Ext.Net.AbstractSprite.Config.Opacity
getset

The opacity of the sprite. Limited from 0 to 1. Defaults to: 1

◆ RotationCenterX

virtual ? int Ext.Net.AbstractSprite.Config.RotationCenterX
getset

The central coordinate of the sprite's scale operation on the x-axis. Defaults to: null

◆ RotationCenterY

virtual ? int Ext.Net.AbstractSprite.Config.RotationCenterY
getset

The central coordinate of the sprite's scale operation on the y-axis. Defaults to: null

◆ RotationDegrees

virtual ? int Ext.Net.AbstractSprite.Config.RotationDegrees
getset

◆ RotationRads

virtual ? double Ext.Net.AbstractSprite.Config.RotationRads
getset

The radians of rotation of the sprite. Defaults to 0.

◆ Scaling

virtual ? double Ext.Net.AbstractSprite.Config.Scaling
getset

The scaling of the sprite on the xy-axis. Defaults to: 1

◆ ScalingCenterX

virtual ? int Ext.Net.AbstractSprite.Config.ScalingCenterX
getset

The central coordinate of the sprite's scale operation on the x-axis. Defaults to: null

◆ ScalingCenterY

virtual ? int Ext.Net.AbstractSprite.Config.ScalingCenterY
getset

The central coordinate of the sprite's scale operation on the y-axis. Defaults to: null

◆ ScalingX

virtual ? double Ext.Net.AbstractSprite.Config.ScalingX
getset

The scaling of the sprite on the x-axis. Defaults to: 1

◆ ScalingY

virtual ? double Ext.Net.AbstractSprite.Config.ScalingY
getset

The scaling of the sprite on the y-axis. Defaults to: 1

◆ ShadowBlur

virtual ? int Ext.Net.AbstractSprite.Config.ShadowBlur
getset

The amount blur used on the shadow. Defaults to: 0

◆ ShadowColor

virtual string Ext.Net.AbstractSprite.Config.ShadowColor
getset

The amount blur used on the shadow. Defaults to: 0

◆ ShadowOffsetX

virtual ? int Ext.Net.AbstractSprite.Config.ShadowOffsetX
getset

The offset of the sprite's shadow on the x-axis. Defaults to: 0

◆ ShadowOffsetY

virtual ? int Ext.Net.AbstractSprite.Config.ShadowOffsetY
getset

The offset of the sprite's shadow on the y-axis. Defaults to: 0

◆ SpriteID

virtual string Ext.Net.AbstractSprite.Config.SpriteID
getset

◆ StrokeOpacity

virtual ? double Ext.Net.AbstractSprite.Config.StrokeOpacity
getset

The opacity of the stroke. Limited from 0 to 1. Defaults to: 1

◆ StrokeStyle

virtual string Ext.Net.AbstractSprite.Config.StrokeStyle
getset

The color of the stroke (a CSS color value). Defaults to: "none"

◆ TransformFillStroke

virtual bool Ext.Net.AbstractSprite.Config.TransformFillStroke
getset

Determines whether the fill and stroke are affected by sprite transformations. Defaults to: false

◆ TranslationX

virtual ? double Ext.Net.AbstractSprite.Config.TranslationX
getset

The translation of the sprite on the x-axis. Defaults to: 0

◆ TranslationY

virtual ? double Ext.Net.AbstractSprite.Config.TranslationY
getset

The translation of the sprite on the y-axis. Defaults to: 0

◆ Width

virtual ? int Ext.Net.AbstractSprite.Config.Width
getset

◆ X

virtual ? int Ext.Net.AbstractSprite.Config.X
getset

◆ Y

virtual ? int Ext.Net.AbstractSprite.Config.Y
getset

◆ ZIndex

virtual ? int Ext.Net.AbstractSprite.Config.ZIndex
getset

The stacking order of the sprite. Defaults to: 0


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