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

  • SEARCH
  • Home
  • 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 8224409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T15:03:48+00:00 2026-06-07T15:03:48+00:00

I need to create an outer glow effect on a label and make it

  • 0

I need to create an outer glow effect on a label and make it rotate a little (by about 20 degrees). I’m using the following code, but it’s not working the way I want it to:

<Label Height="106" Margin="80,57,36,0" Name="lblHeading" FontSize="35">
    Brian's 15th Birthday Party
    <Label.Effect>
        <DropShadowEffect BlurRadius="100" ShadowDepth="0" Opacity="1" 
                          Color="White"/>
    </Label.Effect>
</Label>

Is it possible to add some text somewhere in the Window and add an outer glow effect and rotation to it? It would be great if anyone can help me out with adding the same effect on a label or any other way to do so without using a label control.

I tried the following, too, but it’s not helping. Maybe I don’t know how to use it because it’s just causing an error:

<OuterGlowBitmapEffect GlowColor="Blue" GlowSize="30" Noise="1" Opacity="0.4" />
  • 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-07T15:03:49+00:00Added an answer on June 7, 2026 at 3:03 pm
    1. You’ll probably want to use a smaller BlurRadius, setting it to 100 will make the effect close to invisible. I suggest 10.
    2. Set the RenderTransformOrigin to the point you want the text to rotate around (0.5, 0.5 means rotate around the center).
    3. Add a RotateTransform inside Label.RenderTransform.

    The complete code should look close to this:

    <Label Height="106" Margin="80,57,36,0" Name="lblHeading" FontSize="35"
           RenderTransformOrigin="0.5, 0.5">
        Brian's 15th Birthday Party
        <Label.Effect>
            <DropShadowEffect BlurRadius="10" ShadowDepth="0" Opacity="1" 
                          Color="White"/>
        </Label.Effect>
        <Label.RenderTransform>
            <RotateTransform Angle="20"/>
        </Label.RenderTransform>
    </Label>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to implement outer glow effect on UILabel (or CATextLayer) as above. I
I'm trying to create an inner glow effect for a triangle fan primitive using
I need create clone repository. but I do not know where can I get
Need to create a custom DNS name server using C which will check against
I need to make an outer join query that retrieves all of the definitions
I have code to create a single Google+ circle. But when I created multiple
I need to create a box-shadow on some block element, but only (for example)
I am trying to mimick the left outer join here but using dynamic linq
Using VS2010's find dialog, I'm using the following regex: (?'outer'^div\#.+) input$ . I'm trying
Using the BOOK_ORDER, ORDER_ITEMS, and BOOKS tables, create a query using an OUTER JOIN

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.