This example shows how to customize Progress Bar appearance in ImageLoader.
Example
Description
The following code shows the ProgressBarBrush is set to #FF0C64DF
Code
XAML | ![]() |
---|---|
<Intersoft:ImageLoader Height="200" Name="imageLoader1" Width="200" ImageSource="/ClientUIApplication1;component/Images/Application_and_Software_1.jpg"> <Intersoft:ImageLoader.LoaderStyle> <Style TargetType="Intersoft:UXProgressBar"> <Setter Property="ProgressBarBrush" Value="#FF0C64DF"></Setter> </Style> </Intersoft:ImageLoader.LoaderStyle> </Intersoft:ImageLoader> |
Here is the screenshot of the new Progress Bar of ImageLoader
