Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / AlphaBlendBackColor Property


In This Topic
    AlphaBlendBackColor Property (BannerShape)
    In This Topic
    Gets or sets the alpha-blend value of the background color of the object.
    Syntax
    'Declaration
     
    
    Public Overridable Property AlphaBlendBackColor As Integer
    'Usage
     
    
    Dim instance As BannerShape
    Dim value As Integer
     
    instance.AlphaBlendBackColor = value
     
    value = instance.AlphaBlendBackColor
    public virtual int AlphaBlendBackColor {get; set;}
    See Also