ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Tile Class / MaxResizeWidth Property






In This Topic
    MaxResizeWidth Property (Tile)
    In This Topic
    Gets or sets the default maximum width of the tile when resize.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(2147483647)>
    Public Overridable Property MaxResizeWidth As System.Integer
    'Usage
     
    
    Dim instance As Tile
    Dim value As System.Integer
     
    instance.MaxResizeWidth = value
     
    value = instance.MaxResizeWidth
    [System.ComponentModel.DefaultValue(2147483647)]
    public virtual System.int MaxResizeWidth {get; set;}
    public read-write property MaxResizeWidth: System.Integer; virtual; 
    System.ComponentModel.DefaultValueAttribute(2147483647)
    public function get,set MaxResizeWidth : System.int
    [System.ComponentModel.DefaultValue(2147483647)]
    public: __property virtual System.int get_MaxResizeWidth();
    public: __property virtual void set_MaxResizeWidth( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(2147483647)]
    public:
    virtual property System.int MaxResizeWidth {
       System.int get();
       void set (    System.int value);
    }
    See Also