<Window x:Class="DXSample_ProgressBar.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="MainWindow" Height="350" Width="525" xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors">
<Grid> <Grid.RowDefinitions> <RowDefinition/> <RowDefinition/> </Grid.RowDefinitions>
<dxe:ProgressBarEdit Name="progressBarEdit1" HorizontalAlignment="Center" VerticalAlignment="Center" Width="300" Height="30" Minimum="0" Maximum="100" Value="75" ContentDisplayMode="Value" Foreground="#FFFCF5F5" DisplayFormatString="{}{0}%">
</dxe:ProgressBarEdit>
<dxe:ProgressBarEdit Name="marqueeProgressBarEdit1" Grid.Row="1" HorizontalAlignment="Center" VerticalAlignment="Center" Width="300" Height="30"> <dxe:ProgressBarEdit.StyleSettings> <dxe:ProgressBarMarqueeStyleSettings/> </dxe:ProgressBarEdit.StyleSettings> </dxe:ProgressBarEdit> </Grid>
</Window>
'IT' 카테고리의 다른 글
GETDATE(Transact-SQL) 출처 - 마이크로소프트 (0) | 2019.08.27 |
---|---|
크롬 광고 스파이웨어 바이러스 삭제 방법 (0) | 2019.08.25 |
U+Shop에서 LGX2 공짜! (0) | 2019.08.23 |
Part 1 – Understanding the Xamarin Mobile Platform BY MicroSoft (0) | 2019.08.23 |
Xamarin Mobile Platform 이해 (출처 - 마이크로소프트) (0) | 2019.08.23 |