Image
Properties
FadesIn
Whether a URL image cross-dissolves in once it arrives, instead of popping.
Type: bool
Fallback
A symbol or bundle image shown when a URL source fails to load, or null to keep the placeholder.
Type: ImageSource?
Placeholder
A symbol or bundle image shown while a URL source is still loading, or null for none.
Type: ImageSource?
PrefersMulticolor
Whether a symbol with a built-in multicolor rendition uses it.
Type: bool
Source
Where the image is loaded from.
URL sources load asynchronously, so give them an explicit Width/Height.
Type: Bindable<ImageSource?>
Stretch
How the image is scaled to fill its bounds.
Type: Stretch
SymbolColors
Colors for the symbol's layers: one gives the hierarchical look, several assign the palette explicitly.
SymbolEffect
An ambient effect the symbol performs continuously while set.
Type: SymbolEffect
SymbolScale
The symbol's relative scale within its font metrics.
Type: SymbolScale
SymbolSize
The symbol's point size, or NaN for its natural size.
Type: double
SymbolValue
A value from 0 to 1 driving a variable symbol's layers, such as a wifi or speaker level, or NaN for none.
SymbolWeight
The symbol's stroke weight, or null for its default.
Type: FontWeight?
Methods
PlaySymbolEffect
Plays a symbol effect once, on top of any ambient SymbolEffect.
| Parameter | Summary |
|---|---|
SymbolEffect effect | The effect to perform. |