Glossary Item Box

LabDevTools Send comments on this topic.

MinorTickColor

Gets or sets the color of the smaller ticks of the scale.

 

[Visual Basic]
Public Property MinorTickColor As Color
 
[C#]
public Color MinorTickColor
{get; set;}
Observations:

Of default it is Color.Black.

See also:

MajorTickColor | MajorTickLength | MajorTicksCount | MinorTickLength | MinorTicksCount

 


Copyright © 2007 LabDevTools. All Rights Reserved.