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


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

    Property Value

    shadow off set X
    See Also