Intersoft ClientUI Documentation
How-to: Customize Progress Bar Appearance in ImageLoader
See Also Send Feedback
Intersoft ClientUI 7 > ClientUI Controls > Control Library > UI Controls Overview > ImageLoader > How-to: Customize Progress Bar Appearance in ImageLoader

Glossary Item Box

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 Copy Code
<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

See Also

©2012. All Rights Reserved.