Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI
MIT License
200 stars 14 forks source link

🚀 AcrylicView #139

Closed Strypper closed 8 months ago

Strypper commented 1 year ago

Description

Preview An acrylic frame that works cross-platform Supported platforms
:heavy_check_mark: Android
:heavy_check_mark: iOS
:heavy_check_mark: macOS
:heavy_check_mark: Windows

Original link

Public API Changes

 xmlns:ui="clr-namespace:Xe.AcrylicView;assembly=Xe.AcrylicView" 

<ui:AcrylicView VerticalOptions="Center"  
                HeightRequest="100"  
                EffectStyle="Custom"    
                Margin="10"  
                TintColor="OrangeRed" 
                TintOpacity=".15 "  
                BorderColor="OrangeRed" 
                BorderThickness="1,2" 
                CornerRadius="50,10,30,20" >           
   <Grid>
    <Label Text="Hello Word" FontSize="25" HorizontalOptions="Center" VerticalOptions="Center" TextColor="OrangeRed"/>    
   </Grid>
</ui:AcrylicView>

Intended Use-Case

Use this frame to engage a more beautiful layer effect on MAUI

⚠Noted that on android this could hurt performance a lot.

Strypper commented 8 months ago

This feature is included