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


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