FontAwesome6 icon indicating copy to clipboard operation
FontAwesome6 copied to clipboard

How to stretch the icon?

Open xiaoxstz opened this issue 11 months ago • 0 comments

I want to set an arrow icon for a button. Besides, I want to adjust the thickness by stretching the SVG image. How to realize it?

  <Grid Width="400" Height="300" >
      <Rectangle Stroke="BurlyWood" StrokeThickness="2"  StrokeDashArray="4 2"/>
      <Image fa6:FontAwesome.Icon="Solid_ArrowRightLong" width="40"/>
  </Grid>

xiaoxstz avatar Aug 14 '23 02:08 xiaoxstz