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 3430914
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T07:15:43+00:00 2026-05-18T07:15:43+00:00

I am developing UI for a Wpf application. I have designs build by designer

  • 0

I am developing UI for a Wpf application. I have designs build by designer in Adobe Photoshop CS3. I am going through them and achieving the same in my project using WPF. In PhotoShop, while setting Drop Shadow, there is option to select Angle and there is a CheckBox for
Use Global Light.

I got some reference for this. but I don’t know how to achieve this in WPF. In WPF, I am not able to find any such option with DropShadowEffect. Anybody help me plz.

  • 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-05-18T07:15:44+00:00Added an answer on May 18, 2026 at 7:15 am

    I don’t believe there is any similar concept for a drop shadow effect. That being said, you could use style so create your own GlobalLight style that would be used by your controls.

    For example:

    <Grid>
      <Grid.Resources>
        <Style x:Key="GlobalLight" TargetType="TextBlock">
         <Setter Property="Effect">
           <Setter.Value>
            <DropShadowEffect BlurRadius="2" Direction="-90" Color="Black" ShadowDepth="1"/>
           </Setter.Value>
         </Setter>
          </Style>
        </Grid.Resources>
    
      <TextBlock Text="Drop shadow effect text" Style="{StaticResource GlobalLight}" />
    </Grid> 
    

    More examples of using the drop shadow effect can be found here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a large-ish application in WPF/WCF/NHibernate/etc. and have implemented the MVP pattern
I am developing a WPF application, and have a TextBlock which I want to
I'm currently developing a WPF application in C# and I want to have a
I am developing a WPF application, and I have created a user control called
I am currently developing a new WPF application and have the majority of my
I am currently developing an application in C# using WPF, I have always only
After developing a WPF application without Source Control, I decided to add the solution
I'm considering developing a WPF application, to be hosted by a legacy Windows app
I'm developing a WinForms application (.Net 3.5, no WPF) where I want to be
I am developing a WPF application in .NET 4.0 which calls a WCF Service

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.