Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / AlphaBlendShadowColor Property


In This Topic
    AlphaBlendShadowColor Property (PSShape)
    In This Topic
    Gets or sets the amount of transparency of the shadow.
    Syntax
    'Declaration
     
    
    Public Property AlphaBlendShadowColor As Integer
    'Usage
     
    
    Dim instance As PSShape
    Dim value As Integer
     
    instance.AlphaBlendShadowColor = value
     
    value = instance.AlphaBlendShadowColor
    public int AlphaBlendShadowColor {get; set;}
    See Also