How to change GlassCard Margin? #198
-
Hi, Thank you for the great work! Is there a way to remove the margin of the GlassCards?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You could add property <controls:GlassCard
ClipToBounds="True"
MaxHeight="500"
MaxWidth="500"
Padding="0">
...
</controls:GlassCard> |
Beta Was this translation helpful? Give feedback.
You could add property
Padding="0"
toGlassCard