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


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