Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingSurface Class / CloseFigures Property


In This Topic
    CloseFigures Property
    In This Topic
    Gets or sets whether figures are closed before a new figure is drawn.
    Syntax
    'Declaration
     
    
    Public Property CloseFigures As Boolean
    'Usage
     
    
    Dim instance As DrawingSurface
    Dim value As Boolean
     
    instance.CloseFigures = value
     
    value = instance.CloseFigures
    public bool CloseFigures {get; set;}
    See Also