Jump to: navigation, search

Changes


Live Values

6 bytes added, 14:44, 5 September 2023
<TextBlock Text="{Binding Properties.ImportantLiveItems[LMP_FLOW].Description}"/>
</syntaxhighlight>
<br/>{{Version/WinXSinceHint|4.5}}{{Version/XamarinSince|4.5}} It's possible that the description comes not from the property's underlying [[MetaProperty]], but rather from the value of an attribute called "UI_DESCR" (if present).{{Version/WinXSince|4.5}}{{Version/XamarinSince|4.5}}}}
=== Binding to Unit ===
<TextBlock Text="{Binding Properties.ImportantLiveItems[LMP_FLOW].Unit}"/>
</syntaxhighlight>
<br/>{{Version/WinXSinceHint|4.5}}{{Version/XamarinSince|4.5}} It's possible that the unit comes not from the property's underlying [[MetaProperty]], but rather from the value of an attribute called "UNIT" (if present).{{Version/WinXSince|4.5}}{{Version/XamarinSince|4.5}}}}
[[Category:2.5.0|Live Values]]