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