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

More...

Inheritance diagram for Ext.Net.LegendSpriteMarker.Config:
Ext.Net.BaseItem.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator LegendSpriteMarker.Builder (LegendSpriteMarker.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 ? double FillOpacity [get, set]
 The opacity of the fill. Limited from 0 to 1. More...
 
virtual string FillStyle [get, set]
 The color of the shape (a CSS color value). More...
 
virtual string Font [get, set]
 The font displayed (eg '10px sans-serif') when sprite type is 'Text'. More...
 
virtual string FontFamily [get, set]
 The family of the font displayed (eg. 'sans-serif') when sprite type is 'Text'. More...
 
virtual string FontSize [get, set]
 The size of the font displayed (eg '10px') when sprite type is 'Text'. More...
 
virtual string FontStyle [get, set]
 The style of the font displayed when sprite type is 'Text'. More...
 
virtual string FontVariant [get, set]
 The variant (normal, small-caps) of the font displayed when sprite type is 'Text'. More...
 
virtual string FontWeight [get, set]
 The weight of the font displayed (normal, bold, bolder, lighter) when sprite type is 'Text'. More...
 
virtual ? bool Hidden [get, set]
 Determines whether or not the sprite is hidden. More...
 
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 LineWidth [get, set]
 The width of the line stroke. More...
 
virtual ? int MiterLimit [get, set]
 Sets the distance between the inner corner and the outer corner where two lines meet. More...
 
virtual string Path [get, set]
 The SVG based path string when the sprite type is 'Path'. More...
 
virtual ? int Size [get, set]
 The size of the bullet sprite. More...
 
virtual ? int ShadowBlur [get, set]
 The amount blur used on the shadow. More...
 
virtual string ShadowColor [get, set]
 The amount blur used on the shadow. More...
 
virtual ? int ShadowOffsetX [get, set]
 The offset of the sprite's shadow on the x-axis. More...
 
virtual ? int ShadowOffsetY [get, set]
 The offset of the sprite's shadow on the y-axis. More...
 
virtual string Src [get, set]
 The source url when sprite type is 'Image'. More...
 
virtual ? double StrokeOpacity [get, set]
 The opacity of the stroke. Limited from 0 to 1. More...
 
virtual string StrokeStyle [get, set]
 The color of the stroke (a CSS color value). More...
 
virtual string Text [get, set]
 Text to be written when sprite type is 'Text'. More...
 
virtual SpriteType Type [get, set]
 The type of the sprite 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 LegendSpriteMarker.Builder()

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

Property Documentation

◆ FillOpacity

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

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

◆ FillStyle

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

The color of the shape (a CSS color value).

◆ Font

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

The font displayed (eg '10px sans-serif') when sprite type is 'Text'.

◆ FontFamily

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

The family of the font displayed (eg. 'sans-serif') when sprite type is 'Text'.

◆ FontSize

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

The size of the font displayed (eg '10px') when sprite type is 'Text'.

◆ FontStyle

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

The style of the font displayed when sprite type is 'Text'.

◆ FontVariant

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

The variant (normal, small-caps) of the font displayed when sprite type is 'Text'.

◆ FontWeight

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

The weight of the font displayed (normal, bold, bolder, lighter) when sprite type is 'Text'.

◆ Hidden

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

Determines whether or not the sprite is hidden.

◆ LineDash

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

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

◆ LineDashOffset

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

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

◆ LineWidth

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

The width of the line stroke.

◆ MiterLimit

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

Sets the distance between the inner corner and the outer corner where two lines meet.

◆ Path

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

The SVG based path string when the sprite type is 'Path'.

◆ ShadowBlur

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

The amount blur used on the shadow.

◆ ShadowColor

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

The amount blur used on the shadow.

◆ ShadowOffsetX

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

The offset of the sprite's shadow on the x-axis.

◆ ShadowOffsetY

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

The offset of the sprite's shadow on the y-axis.

◆ Size

virtual ? int Ext.Net.LegendSpriteMarker.Config.Size
getset

The size of the bullet sprite.

◆ Src

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

The source url when sprite type is 'Image'.

◆ StrokeOpacity

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

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

◆ StrokeStyle

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

The color of the stroke (a CSS color value).

◆ Text

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

Text to be written when sprite type is 'Text'.

◆ Type

virtual SpriteType Ext.Net.LegendSpriteMarker.Config.Type
getset

The type of the sprite


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