Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / TickColor Property


In This Topic
    TickColor Property (RotationAngle)
    In This Topic
    Gets or sets the tick color.
    Syntax
    'Declaration
     
    
    Public Overridable Property TickColor As Color
    'Usage
     
    
    Dim instance As RotationAngle
    Dim value As Color
     
    instance.TickColor = value
     
    value = instance.TickColor
    public virtual Color TickColor {get; set;}

    Property Value

    A System.Drawing.Color that indicates the tick color.
    See Also