Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

add img to botton

<Button Padding="5">  
    <StackPanel Orientation="Horizontal">  
    <Image Source="/WpfTutorialSamples;component/Images/help.png" />  
    <TextBlock Margin="5,0">Help</TextBlock>  
    </StackPanel>  
</Button>
Source by wpf-tutorial.com #
 
PREVIOUS NEXT
Tagged: #add #img #botton
ADD COMMENT
Topic
Name
7+4 =