Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / RotationAngle Class / SelectedTickColor Property


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

    Property Value

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