'Declaration
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public Class ProgressBarElement Inherits Element
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public class ProgressBarElement : Element
'Declaration
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> Public Class ProgressBarElement Inherits Element
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)] public class ProgressBarElement : Element
This element has two styles: the regular (Style) is used to paint the element background; the ProgressStyle is used to paint the progress indicator.
If either style is set to null (the default value), then the background and/or progress indicators are rendered using system's current visual theme.
System.Object
C1.Framework.Element
C1.Framework.ProgressBarElement