Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / SpreadShapesContainer Class / CanSize Property


In This Topic
    CanSize Property (SpreadShapesContainer)
    In This Topic
    Gets or sets whether the user is allowed to size the container.
    Syntax
    'Declaration
     
    
    Public Overrides Property CanSize As Sizing
    'Usage
     
    
    Dim instance As SpreadShapesContainer
    Dim value As Sizing
     
    instance.CanSize = value
     
    value = instance.CanSize
    public override Sizing CanSize {get; set;}
    See Also