Represents an interval with associated custom values for fill and stroke.
The following tables list the members exposed by the CustomInterval type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the CustomInterval class. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets or sets the brush to apply as a background of the elements within the custom interval. |
|
![]() |
Gets or sets the color to apply as a foreground to the elements within this custom interval. |
|
![]() |
Gets or sets the end of this custom interval. |
|
![]() |
Gets or sets the start of this custom interval. |
|
![]() |
Gets or sets the brush to apply as an outline of the elements within the custom interval. |
Protected Methods| Name | Description | |
|---|---|---|
![]() |
Raises the PropertyChanged event. |
Public Events| Name | Description | |
|---|---|---|
![]() |
Occurs when a property of the interval changes. |
See Also