Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / ShadowOffSetY Property


In This Topic
    ShadowOffSetY Property (ExcelShape)
    In This Topic
    Gets or sets the shadow off set Y.
    Syntax
    'Declaration
     
    
    Public Property ShadowOffSetY As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.ShadowOffSetY = value
     
    value = instance.ShadowOffSetY
    public int ShadowOffSetY {get; set;}

    Property Value

    shadow off set Y
    See Also