Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImage Class / CanSize Property
Example


In This Topic
    CanSize Property (SpreadImage)
    In This Topic
    Gets or sets whether the image can be resized.
    Syntax
    'Declaration
     
    
    Public Overridable Property CanSize As Boolean
    'Usage
     
    
    Dim instance As SpreadImage
    Dim value As Boolean
     
    instance.CanSize = value
     
    value = instance.CanSize
    public virtual bool CanSize {get; set;}
    Example
    This example sets the CanSize property.
    See Also