-
Notifications
You must be signed in to change notification settings - Fork 12
MarkupExtensions
Håvard Moås edited this page Mar 30, 2022
·
5 revisions
👉 To get started, make sure you have followed the getting started steps
Converts an Input
with a StringCase
. This can be used with static values (like LocalizedStrings).
Samples can be found here
<Label Text="{dxui:StringCase Input={x:Static SamplesResources:LocalizedStrings.TestString},StringCase=Upper}" />
Returns a DIPS Color
.
Samples can be found here
<BoxView BackgroundColor="{dxui:DIPSColor Theme=TealPrimary}" />
Markup Extension for InvertedBoolConverter
<Label IsVisible="{markup:BoolInverter Value={x:Static MyClass.MyStaticBoolProperty}}" />
- ContentControl
- DataTemplateSelectors
- Date- and TimePicker
- Modality
- Contextual Menus
- RadioButton
- TrendGraph
- Tag
- Toast