Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8419533
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T02:38:25+00:00 2026-06-10T02:38:25+00:00

I am trying to replicate a screen made by designers through code but I

  • 0

I am trying to replicate a screen made by designers through code but I am having trouble with a shadow effect that they have included in the design. This is the shadow effect they have implemented:

enter image description here

I have made an attempt at this using drop shadow in XAML – but it doesn’t seem right for my requirement. As the designer’s shadow looks more like there is a vertical light on the object and the drop shadow looks more like the object is popping out of the screen.

enter image description here

Is there a way of implementing the first shadow effect through WPF?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T02:38:27+00:00Added an answer on June 10, 2026 at 2:38 am

    You’d have to play around a bit to get it right (Margins, etc.), but I would try using a BlurEffect on a filled rectangle to emulate the shadow:

    <Grid>
    
      <!-- shadow -->
      <Rectangle HorizontalAlignment="Stretch" VerticalAlignment="Bottom" 
        Height="..." Fill="#77000000" ... >
        <Rectangle.Effect>
          <BlurEffect ... />
        </Rectangle.Effect>
      </Rectangle>
    
      <!-- white border on top of shadow -->
      <Border Background="#ffffff" ... >
        <!-- other controls -->
      </Border>
    
    </Grid>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im trying to replicate an effect as seen on http://www.fiat.co.uk/Showroom/#showroom/punto_evo/explore . I have made
I'm trying to replicate my code originally made extending the Applet class. but the
I am trying to replicate the text overlay effect that occurs when you mouse
I'm trying to replicate a UI effect as on http://mcfc.co.uk I have written a
I'm trying to replicate some C# code in PHP5 and am having some difficulties.
I'm trying to replicate some of the functionality in Apple's avTouch, but I can't
I am trying to replicate what my C# / XPath code does on Linux
I am trying to replicate the feature in voice memos app that uses a
I am trying to replicate the animated drop down menu here but I am
So I am trying to replicate Facebook's picture tagging functionality, and I have the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.