|
static bool | IsKeyValid (string key) |
|
static Type | GetBaseType (string key) |
|
static IBussProperty | GetDefaultValue (string key) |
|
static readonly PropertyBinding< MainTextureBussProperty > | MainTextureSource |
|
static readonly PropertyBinding< IFloatBussProperty > | Threshold |
|
static readonly PropertyBinding< ISpriteBussProperty > | SdfImage |
|
static readonly PropertyBinding< SdfModeBussProperty > | SdfMode |
|
static readonly PropertyBinding< ImageTypeBussProperty > | ImageType |
|
static readonly PropertyBinding< FloatBussProperty > | PixelsPerUnitMultiplier |
|
static readonly PropertyBinding< NineSliceSourceBussProperty > | NineSliceSource |
|
static readonly PropertyBinding< IVertexColorBussProperty > | BackgroundColor |
|
static readonly PropertyBinding< IFloatFromFloatBussProperty > | RoundCorners |
|
static readonly PropertyBinding< ISpriteBussProperty > | BackgroundImage |
|
static readonly PropertyBinding< BackgroundModeBussProperty > | BackgroundMode |
|
static readonly PropertyBinding< BorderModeBussProperty > | BorderMode |
|
static readonly PropertyBinding< IFloatBussProperty > | BorderWidth |
|
static readonly PropertyBinding< IVertexColorBussProperty > | BorderColor |
|
static readonly PropertyBinding< IVector2BussProperty > | ShadowOffset |
|
static readonly PropertyBinding< IFloatBussProperty > | ShadowThreshold |
|
static readonly PropertyBinding< IVertexColorBussProperty > | ShadowColor |
|
static readonly PropertyBinding< IFloatBussProperty > | ShadowSoftness |
|
static readonly PropertyBinding< ShadowModeBussProperty > | ShadowMode |
|
static readonly PropertyBinding< IFontBussProperty > | Font |
|
static readonly PropertyBinding< IFloatBussProperty > | FontSize |
|
static readonly PropertyBinding< IColorBussProperty > | FontColor |
|
static readonly PropertyBinding< TextAlignmentOptionsBussProperty > | TextAlignment |
|
static readonly PropertyBinding< IFloatBussProperty > | TransitionDuration |
|
static readonly PropertyBinding< EasingBussProperty > | TransitionEasing |
|
readonly Dictionary< string, IBussProperty > | _properties = new Dictionary<string, IBussProperty>() |
|
IBussProperty | this[string key] [getset] |
|
IBussProperty | this[string pseudoClass, string key] [getset] |
|
static IEnumerable< string > | Keys [get] |
|