Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / SizeProportional Property


In This Topic
    SizeProportional Property (PSObject)
    In This Topic
    Gets or sets whether the user is allowed to resize the object proportionally.
    Syntax
    'Declaration
     
    
    Public Overridable Property SizeProportional As Boolean
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Boolean
     
    instance.SizeProportional = value
     
    value = instance.SizeProportional
    public virtual bool SizeProportional {get; set;}
    See Also