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


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

    Property Value

    fill angle
    See Also