Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions MAUI/Backdrop/liquid-glass-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ this.FrontLayer.EnableLiquidGlassEffect = true;
{% endhighlight %}
{% endtabs %}

![Liquid glass effect in .NET MAUI Backdrop Page](images/liquid-glass/backdrop-liquid-glass.png)

N>
* Supported on `macOS 26 or higher` and `iOS 26 or higher`.
* This feature is available only in `.NET 10.`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions MAUI/Calendar/liquid-glass-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ The following code snippet demonstrates how to apply the Liquid Glass Effect to
<Grid>
<core:SfGlassEffectView
EffectType="Regular"
CornerRadius="20">
CornerRadius="20"
WidthRequest="350"
HeightRequest="350">
<calendar:SfCalendar x:Name="calendar"
EnableLiquidGlassEffect="True"
Background="Transparent"
WidthRequest="350"
HeightRequest="350"/>
Background="Transparent"/>
</core:SfGlassEffectView>
</Grid>
</Grid>
Expand Down Expand Up @@ -108,6 +108,8 @@ this.Content = mainGrid;
{% endhighlight %}
{% endtabs %}

![Liquid glass effect in .NET MAUI Calendar](images/liquid-glass/maui-calendar-liquid-glass.png)

N>
* Supported on `macOS 26 or higher` and `iOS 26 or higher`.
* This feature is available only in `.NET 10.`
Binary file added MAUI/Cards/images/maui-card-liquid-glass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions MAUI/Cards/liquid-glass-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ this.Content = mainGrid;
{% endhighlight %}
{% endtabs %}

![Liquid glass effect in .NET MAUI Cards](images/maui-card-liquid-glass.png)

N>
* Supported on `macOS 26 or higher` and `iOS 26 or higher`.
* This feature is available only in `.NET 10.`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions MAUI/DatePicker/liquid-glass-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ this.Content = mainGrid;
{% endhighlight %}
{% endtabs %}

![Liquid glass effect in .NET MAUI Date Picker](images/liquid-glass/maui-date-picker-liquid-glass.png)

N>
* Supported on `macOS 26 or higher` and `iOS 26 or higher`.
* This feature is available only in `.NET 10.`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions MAUI/DateTimePicker/liquid-glass-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ this.Content = mainGrid;
{% endhighlight %}
{% endtabs %}

![Liquid glass effect in .NET MAUI Date Time Picker](images/liquid-glass/maui-date-time-picker-liquid-glass.png)

N>
* Supported on `macOS 26 or higher` and `iOS 26 or higher`.
* This feature is available only in `.NET 10.`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions MAUI/Picker/liquid-glass-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ this.Content = mainGrid;
{% endhighlight %}
{% endtabs %}

![Liquid glass effect in .NET MAUI Picker](images/liquid-glass/maui-picker-liquid-glass.png)

N>
* Supported on `macOS 26 or higher` and `iOS 26 or higher`.
* This feature is available only in `.NET 10.`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions MAUI/TimePicker/liquid-glass-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ this.Content = mainGrid;
{% endhighlight %}
{% endtabs %}

![Liquid glass effect in .NET MAUI Time Picker](images/liquid-glass/maui-time-picker-liquid-glass.png)

N>
* Supported on `macOS 26 or higher` and `iOS 26 or higher`.
* This feature is available only in `.NET 10.`
Binary file added MAUI/Toolbar/images/toolbar-liquid-glass.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions MAUI/Toolbar/liquid-glass-effect.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ this.Content = mainGrid;
{% endhighlight %}
{% endtabs %}

![Liquid glass effect in .NET MAUI Toolbar](images/toolbar-liquid-glass.png)

N>
* Supported on `macOS 26 or higher` and `iOS 26 or higher`.
* This feature is available only in `.NET 10.`