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