Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / AlphaBlendBackColor Property


In This Topic
    AlphaBlendBackColor Property (PSObject)
    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 PSObject
    Dim value As Integer
     
    instance.AlphaBlendBackColor = value
     
    value = instance.AlphaBlendBackColor
    public virtual int AlphaBlendBackColor {get; set;}
    See Also