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