728x90
반응형
■ ProgressBarEdit 엘리먼트 사용하기
------------------------------------------------------------------------------------------------------------------------
<Grid xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors">
<dxe:ProgressBarEdit x:Name="progressBarEdit"
Width="300"
Height="25"
Minimum="0"
Maximum="100"
Value="75"
Foreground="#fffcf5f5"
ContentDisplayMode="Value"
DisplayFormatString="{}{0}%" />
</Grid>
------------------------------------------------------------------------------------------------------------------------
728x90
반응형
댓글을 달아 주세요