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


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