Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / ShadowOffSetX Property


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

    Property Value

    shadow off set X
    See Also