Skip to content

How to change GlassCard Margin? #198

Answered by AuroraZiling
GaborTheHutt asked this question in Q&A
Discussion options

You must be logged in to vote

You could add property Padding="0" to GlassCard

<controls:GlassCard
          ClipToBounds="True"
          MaxHeight="500"
          MaxWidth="500"
          Padding="0">
          ...
</controls:GlassCard>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kikipoulet
Comment options

Answer selected by GaborTheHutt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants