Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSShape Class / ShadowDirection Property


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