Skip to content

Commit 2b0b44c

Browse files
Merge pull request #2 from SyncfusionExamples/To-add-sample
Added the Blog Link
2 parents fb415d0 + 010f213 commit 2b0b44c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

GenZFavouriteSocialMedia/GenZFavouriteSocialMedia.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
3131
<ApplicationVersion>1</ApplicationVersion>
3232

33-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
34-
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
33+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">12.2</SupportedOSPlatformVersion>
34+
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">15.0</SupportedOSPlatformVersion>
3535
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
3636
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
3737
<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>

GenZFavouriteSocialMedia/MainPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<GradientStop Color="#D7DEED" Offset="1.0" />
6666
</LinearGradientBrush>
6767

68-
<local:SfNeumorphismDrawer x:Name="outer" Padding="40" Background="{AppThemeBinding Light='#EBECF0', Dark='#212121'}" Stroke="{AppThemeBinding Light='#F8FAFD', Dark='#6E00B0'}" StrokeWidth="5" ShadowColor="{AppThemeBinding Light=Gray,Dark='#3A3A3A90'}" ShadowOffset="5,5" CornerRadius="20" ShadowBlur="5" x:Key="outerView"/>
68+
<local:SfNeumorphismDrawer x:Name="outer" Padding="{OnPlatform Default=40,iOS=20}" Background="{AppThemeBinding Light='#EBECF0', Dark='#212121'}" Stroke="{AppThemeBinding Light='#F8FAFD', Dark='#6E00B0'}" StrokeWidth="5" ShadowColor="{AppThemeBinding Light=Gray,Dark='#3A3A3A90'}" ShadowOffset="5,5" CornerRadius="20" ShadowBlur="5" x:Key="outerView"/>
6969
<local:SfNeumorphismDrawer x:Name="title" Padding="5,5,5,5" Background="{AppThemeBinding Light={StaticResource LightTitleBackground},Dark={StaticResource DarkTitleBackground}}" ShadowColor="{AppThemeBinding Light=Gray,Dark='#101113'}" Stroke="{AppThemeBinding Light='#F8FAFD', Dark='#252E3D'}" StrokeWidth="{AppThemeBinding Light=2,Dark=1}" ShadowOffset="{AppThemeBinding Light='2,2',Dark='1,1'}" CornerRadius="12" ShadowBlur="5" x:Key="titleView"/>
7070
<local:SfNeumorphismDrawer x:Name="column" Background="{AppThemeBinding Light={StaticResource LightSeriesBackground},Dark={StaticResource DarkSeriesGradient}}" CornerRadius="25" StrokeWidth="0" x:Key="columndrawer"/>
7171
</ContentPage.Resources>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ If you encounter a Path Too Long Exception while building the project:
3939
3. Rebuild the project.
4040

4141
## For a step-by-step procedure
42-
Refer to the blog, ["Visualizing Gen Z's Favorite Social Media Platforms with a Neumorphic UI in .NET MAUI"]() for detailed instructions and code examples.
42+
Refer to the blog, ["Visualizing Gen Z's Favorite Social Media Platforms with a Neumorphic UI in .NET MAUI"](https://www.syncfusion.com/blogs/post/neumorphic-ui-net-maui-column-chart) for detailed instructions and code examples.

0 commit comments

Comments
 (0)