Implements the IItemsFactory and provides ellipse items to the EllipsedProgressBar
Inheritance Hierarchy
DW.WPFToolkit.ControlsEllipseItemsFactory
Namespace: DW.WPFToolkit.Controls
Assembly: DW.WPFToolkit (in DW.WPFToolkit.dll) Version: 5.6.0.0
Syntax
C#
public class EllipseItemsFactory : IItemsFactory
The EllipseItemsFactory type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EllipseItemsFactory |
Initializes a new instance of the EllipseItemsFactory class.
|
Methods
Name | Description | |
---|---|---|
![]() | EditItemsForValue |
Modifies the items depending on the current progress state called by the EllipsedProgressBar.
|
![]() | GenerateItems |
Creates the items to shown in the EllipsedProgressBar.
|
Properties
Name | Description | |
---|---|---|
![]() | Color |
Gets or sets the color for each item returned by the GenerateItems(Boolean) method. The default is Colors.Red.
|
![]() | ItemsCount |
Gets or sets the amount of items created by the GenerateItems(Boolean) method. The default is 10.
|
![]() | OpacityShrinking |
Gets or sets the value the opacity has to be thrinked for the items created by the GenerateItems(Boolean) method. This is not used if the EllipsedProgressBar is markes as indeterminate. The default is 0.1.
|
![]() | Size |
Gets or sets the size for the items created by the GenerateItems(Boolean) method. The default is 8.
|
See Also