TickmarkOptions Members
Serves as a base for classes that contain appearance and behavior options for tickmarks.Fields
| Name | Description |
|---|---|
| FactorLengthProperty static | Identifies the TickmarkOptions.FactorLength dependency property. |
| FactorThicknessProperty static | Identifies the TickmarkOptions.FactorThickness dependency property. |
| OffsetProperty static | Identifies the TickmarkOptions.Offset dependency property. |
Properties
| Name | Description |
|---|---|
| FactorLength | Gets or sets a value by which the tickmarks’ length should be multiplied. |
| FactorThickness | Gets or sets a value by which the tickmarks’ thickness should be multiplied. |
| Offset | Gets or sets the offset of tickmarks shown on a scale. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also