Hi,
is it possible to rotate the image in the splitbutton (Imagesourcelarge)?I have a lot of library images that must be displayed in a splitbutton and i do not want to create all the images for the 4 sides (0,90,180,270).
I can't figure out how to use a layouttransform with a rotatetransform as with a normal image.
is it possible to rotate the image in the splitbutton (Imagesourcelarge)?
<ribbon:SplitButton Name="MainSplit" Label="Hello" ImageSourceLarge="{x:Static res:SomeImage}" VariantSize="Large" >
I can't figure out how to use a layouttransform with a rotatetransform as with a normal image.