Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / alphaBackColor Field


In This Topic
    alphaBackColor Field (PSObject)
    In This Topic
    Specifies the alpha-blending background color.
    Syntax
    'Declaration
     
    
    Protected alphaBackColor As Integer
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Integer
     
    value = instance.alphaBackColor
     
    instance.alphaBackColor = value
    protected int alphaBackColor
    See Also