Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

text process bar wpf

<Grid>
   <ProgressBar Minimum="0" 
                Maximum="100" 
                Value="{Binding InsertBindingHere}" 
                Name="pbStatus" />
   <TextBlock Text="{Binding ElementName=pbStatus, Path=Value, StringFormat={}{0:0}%}" 
           HorizontalAlignment="Center" 
           VerticalAlignment="Center" />
</Grid>
 
PREVIOUS NEXT
Tagged: #text #process #bar #wpf
ADD COMMENT
Topic
Name
9+8 =