Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtClientAnchorChart Class / fSize Property


In This Topic
    fSize Property (OfficeArtClientAnchorChart)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fSize As Boolean
    'Usage
     
    
    Dim instance As OfficeArtClientAnchorChart
    Dim value As Boolean
     
    instance.fSize = value
     
    value = instance.fSize
    public bool fSize {get; set;}
    See Also