Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ImageFocusIndicatorRenderer Class / TransparencyColor Property


In This Topic
    TransparencyColor Property (ImageFocusIndicatorRenderer)
    In This Topic
    Gets or sets the transparency color of the custom focus indicator.
    Syntax
    'Declaration
     
    
    Public Property TransparencyColor As Color
    'Usage
     
    
    Dim instance As ImageFocusIndicatorRenderer
    Dim value As Color
     
    instance.TransparencyColor = value
     
    value = instance.TransparencyColor
    public Color TransparencyColor {get; set;}
    See Also