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


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

    Property Value

    fill angle
    See Also