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

More...

Inheritance diagram for Ext.Net.Sprite.Config:
Ext.Net.AbstractSprite.Config Ext.Net.BaseItem.Config Ext.Net.IApply Ext.Net.AxisSprite.Config Ext.Net.LimitSprite.Config

Static Public Member Functions

static implicit operator Sprite.Builder (Sprite.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 SpriteType SpriteType [get, set]
 The type of the sprite More...
 
virtual bool Anticlockwise [get, set]
 
virtual ? int EndAngle [get, set]
 
virtual ? int StartAngle [get, set]
 
virtual ? int CX [get, set]
 
virtual ? int CY [get, set]
 
virtual ? int Radius [get, set]
 
virtual ? int AxisRotation [get, set]
 
virtual ? int RX [get, set]
 
virtual ? int RY [get, set]
 
virtual string Src [get, set]
 
virtual string Path [get, set]
 The SVG based path string used by the sprite. More...
 
virtual ? int CenterX [get, set]
 
virtual ? int CenterY [get, set]
 
virtual ? int EndRho [get, set]
 
virtual ? int StartRho [get, set]
 
virtual ? int Margin [get, set]
 
virtual string Font [get, set]
 
virtual string FontFamily [get, set]
 
virtual string FontSize [get, set]
 
virtual string FontStyle [get, set]
 
virtual string FontVariant [get, set]
 
virtual string FontWeight [get, set]
 
virtual string Text [get, set]
 
virtual TextSpriteAlign TextAlign [get, set]
 
virtual DominantBaseline TextBaseline [get, set]
 
virtual ? int X [get, set]
 
virtual ? int Y [get, set]
 
SpriteCollection Items [get]
 
- 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 Sprite.Builder()

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

Property Documentation

◆ Anticlockwise

virtual bool Ext.Net.Sprite.Config.Anticlockwise
getset

◆ AxisRotation

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

◆ CenterX

virtual ? int Ext.Net.Sprite.Config.CenterX
getset

◆ CenterY

virtual ? int Ext.Net.Sprite.Config.CenterY
getset

◆ CX

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

◆ CY

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

◆ EndAngle

virtual ? int Ext.Net.Sprite.Config.EndAngle
getset

◆ EndRho

virtual ? int Ext.Net.Sprite.Config.EndRho
getset

◆ Font

virtual string Ext.Net.Sprite.Config.Font
getset

◆ FontFamily

virtual string Ext.Net.Sprite.Config.FontFamily
getset

◆ FontSize

virtual string Ext.Net.Sprite.Config.FontSize
getset

◆ FontStyle

virtual string Ext.Net.Sprite.Config.FontStyle
getset

◆ FontVariant

virtual string Ext.Net.Sprite.Config.FontVariant
getset

◆ FontWeight

virtual string Ext.Net.Sprite.Config.FontWeight
getset

◆ Items

SpriteCollection Ext.Net.Sprite.Config.Items
get

◆ Margin

virtual ? int Ext.Net.Sprite.Config.Margin
getset

◆ Path

virtual string Ext.Net.Sprite.Config.Path
getset

The SVG based path string used by the sprite.

◆ Radius

virtual ? int Ext.Net.Sprite.Config.Radius
getset

◆ RX

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

◆ RY

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

◆ SpriteType

virtual SpriteType Ext.Net.Sprite.Config.SpriteType
getset

The type of the sprite

◆ Src

virtual string Ext.Net.Sprite.Config.Src
getset

◆ StartAngle

virtual ? int Ext.Net.Sprite.Config.StartAngle
getset

◆ StartRho

virtual ? int Ext.Net.Sprite.Config.StartRho
getset

◆ Text

virtual string Ext.Net.Sprite.Config.Text
getset

◆ TextAlign

virtual TextSpriteAlign Ext.Net.Sprite.Config.TextAlign
getset

◆ TextBaseline

virtual DominantBaseline Ext.Net.Sprite.Config.TextBaseline
getset

◆ X

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

◆ Y

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


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