CustomTickmarksPresentation Members
Contains presentation settings that specify the tickmark appearance.Constructors
| Name | Description |
|---|---|
| CustomTickmarksPresentation() | Initializes a new instance of the CustomTickmarksPresentation class. |
Fields
| Name | Description |
|---|---|
| MajorTickmarkTemplateProperty static | Identifies the MajorTickmarkTemplate dependency property. |
| MinorTickmarkTemplateProperty static | Identifies the MinorTickmarkTemplate dependency property. |
Properties
| Name | Description |
|---|---|
| MajorTickmarkTemplate | Gets or sets a template that configures the major tickmark appearance. This is a dependency property. |
| MinorTickmarkTemplate | Gets or sets a template that configures the minor tickmark appearance. This is a dependency property. |
| PresentationName | Returns the current presentation name. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also