In This Topic
Gets or sets the minor tick stroke.
Syntax
'Declaration
Public Property MinorTickStroke As Brush
'Usage
Dim instance As Axis
Dim value As Brush
instance.MinorTickStroke = value
value = instance.MinorTickStroke
public Brush MinorTickStroke {get; set;}
See Also