Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / GradientSection Class / AlphaBlend Property


In This Topic
    AlphaBlend Property
    In This Topic
    Gets or sets the amount of alpha-blending of the gradient.
    Syntax
    'Declaration
     
    
    Public Overridable Property AlphaBlend As Integer
    'Usage
     
    
    Dim instance As GradientSection
    Dim value As Integer
     
    instance.AlphaBlend = value
     
    value = instance.AlphaBlend
    public virtual int AlphaBlend {get; set;}
    See Also