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

More...

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

Static Public Member Functions

static implicit operator CaptionTextSprite.Builder (CaptionTextSprite.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 string Font [get, set]
 The font displayed. Example: '10px sans-serif'. More...
 
virtual string FontFamily [get, set]
 The family of the font displayed. Example: 'sans-serif'. More...
 
virtual string FontSize [get, set]
 The size of the font displayed. Example: '10px'. More...
 
virtual string FontStyle [get, set]
 The style of the font displayed. Examples: 'normal', 'italic', 'oblique'. More...
 
virtual string FontVariant [get, set]
 The variant of the font displayed. Examples: 'normal', 'small-caps'. More...
 
virtual string FontWeight [get, set]
 The weight of the font displayed. Examples: 'normal', 'bold', 'bolder', 'lighter'. More...
 
virtual TextSpriteAlign TextAlign [get, set]
 The alignment of the text displayed. More...
 
virtual DominantBaseline TextBaseline [get, set]
 The text sprite's baseline setting. 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...
 

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 CaptionTextSprite.Builder()

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

Property Documentation

◆ FillOpacity

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

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

◆ FillStyle

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

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

◆ Font

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

The font displayed. Example: '10px sans-serif'.

◆ FontFamily

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

The family of the font displayed. Example: 'sans-serif'.

◆ FontSize

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

The size of the font displayed. Example: '10px'.

◆ FontStyle

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

The style of the font displayed. Examples: 'normal', 'italic', 'oblique'.

◆ FontVariant

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

The variant of the font displayed. Examples: 'normal', 'small-caps'.

◆ FontWeight

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

The weight of the font displayed. Examples: 'normal', 'bold', 'bolder', 'lighter'.

◆ GlobalAlpha

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

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

◆ Opacity

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

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

◆ TextAlign

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

The alignment of the text displayed.

◆ TextBaseline

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

The text sprite's baseline setting.


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