ThemeProperty

Abstract Class

Static Fields

Loaders: Dictionary<Type,IThemeStyleValueLoader>

Instance Fields

isDefaultValid: bool
key: string

Properties

ComputedStyleName: string
DefaultValue: object
IsDefaultValid: bool
Key: string

Constructors

ThemeProperty()
ThemeProperty(key: string)

Static Methods

Extract<T, V>(key: string, value: V, resolver: Func<V,T>): ThemeProperty<T>
Extract<T, V>(value: V, resolver: Func<V,T>): ThemeProperty<T>
ExtractMaybe<T, V>(key: string, value: V, resolver: Func<V,IMaybeThemeValue<T>>): ThemeProperty<T>
ExtractMaybe<T, V>(value: V, resolver: Func<V,IMaybeThemeValue<T>>): ThemeProperty<T>

Instance Methods

DebugFillProperties(properties: DiagnosticPropertiesBuilder): void
TryExtractComponent(type: Type, component: ThemeComponent, value: object): bool

Inherited Members

Extension Methods

ToDiagnosticsNodeSafeDescribeIdentityShortHashToStringNullable

On this page