Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Mobile Development
  3. Mobile
  4. [WP8.1] How to scale a background image of a button?

[WP8.1] How to scale a background image of a button?

Scheduled Pinned Locked Moved Mobile
csharpcsshelptutorialquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dr Miroslav Stimac
    wrote on last edited by
    #1

    Hello, I am developing an app for Windows Phone 8.1 by using XALM and C# within a Windows Universal Project. My problem is that the background images of the buttons do not correctly scale. I want to use an image as the background of a button and the image should always scale to maximum size of the button, but keep the correct ratio (a circle shall always look like a circle and not like an ellipse!). I tried this:

        <Button x:Name="buttonMeasurement" Grid.Row="9" Grid.Column="2" Grid.ColumnSpan="3" Content="" HorizontalAlignment="Stretch" Margin="0,0,0,0" VerticalAlignment="Stretch" BorderThickness="0" Click="buttonMeasurement\_Click" >
            <Button.Background>
                </Button.Background>
        </Button>
    

    But the background image of the button is cut at the top and the bottom! It seems that there is not enough vertical space (height) for the image. If I use

    instead of

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups