Gets the TickSettings object which specifies the settings of the label.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public TickSettings Settings { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Settings As TickSettings |
An instance of one of the TickSettings-derived classes.
See Also