Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GradientSelectionRenderer Class / Opacity Property


In This Topic
    Opacity Property (GradientSelectionRenderer)
    In This Topic
    Gets or sets the opacity.
    Syntax
    'Declaration
     
    
    Public Property Opacity As Integer
    'Usage
     
    
    Dim instance As GradientSelectionRenderer
    Dim value As Integer
     
    instance.Opacity = value
     
    value = instance.Opacity
    public int Opacity {get; set;}

    Property Value

    Opacity amount
    See Also