Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.Resizer.Config Class Reference

More...

Inheritance diagram for Ext.Net.Resizer.Config:
Ext.Net.Observable.Config Ext.Net.BaseControl.Config Ext.Net.IApply

Static Public Member Functions

static implicit operator Resizer.Builder (Resizer.Config config)
 
- Static Public Member Functions inherited from Ext.Net.BaseControl.Config
static Config ToConfig (string config)
 
static TConfig ToConfig< TConfig > (string config)
 

Properties

virtual string ConstrainToElement [get, set]
 An element, or a Region into which the resize operation must be constrained. More...
 
virtual System.Drawing.? Rectangle ConstrainToRegion [get, set]
 An element, or a Region into which the resize operation must be constrained. More...
 
virtual ? bool Dynamic [get, set]
 Specify as true to update the target (Element or Component) dynamically during dragging. This is true by default, but the Component class passes false when it is configured as Ext.Component.resizable. More...
 
virtual ResizeHandle Handles [get, set]
 String consisting of the resize handles to display. Defaults to 's e se' for Elements and fixed position Components. Defaults to 8 point resizing for floating Components (such as Windows). Specify either 'all' or any of 'n s e w ne nw se sw'. Defaults to: "s e se" More...
 
virtual string HandlesSummary [get, set]
 String consisting of the resize handles to display (defaults to 's e se'). Specify either 'all' or any of 'n s e w ne nw se sw'. More...
 
override Unit Height [get, set]
 Optional. The height to set target to in pixels. Defaults to: null More...
 
virtual int HeightIncrement [get, set]
 The increment to snap the height resize in pixels. Defaults to: 0 More...
 
virtual int MaxHeight [get, set]
 The maximum height for the element (defaults to 10000) More...
 
virtual int MaxWidth [get, set]
 The maximum width for the element (defaults to 10000) More...
 
virtual int MinHeight [get, set]
 The minimum height for the element (defaults to 20) More...
 
virtual int MinWidth [get, set]
 The minimum width for the element (defaults to 20) More...
 
virtual bool Pinned [get, set]
 True to ensure that the resize handles are always visible, false indicates resizing by cursor changes only. Defaults to: false More...
 
virtual bool PreserveRatio [get, set]
 True to preserve the original ratio between height and width during resize (defaults to false) More...
 
virtual string Target [get, set]
 The Element or Component to resize. More...
 
virtual bool Transparent [get, set]
 True for transparent handles. This is only applied at config time. (defaults to false) More...
 
override Unit Width [get, set]
 Optional. The width to set the target to in pixels. Defaults to: null More...
 
virtual int WidthIncrement [get, set]
 The increment to snap the width resize in pixels (defaults to 0) More...
 
ResizableListeners Listeners [get]
 Client-side JavaScript Event Handlers More...
 
ResizableDirectEvents DirectEvents [get]
 Server-side DirectEventHandlers More...
 
- Properties inherited from Ext.Net.Observable.Config
ConfigItemCollection CustomConfig [get]
 Collection of custom js config More...
 
MessageBusListeners MessageBusListeners [get]
 
MessageBusDirectEvents MessageBusDirectEvents [get]
 
- Properties inherited from Ext.Net.BaseControl.Config
virtual string ItemID [get, set]
 An itemId can be used as an alternative way to get a reference to a component when no object reference is available. More...
 
virtual bool Disabled [get, set]
 
virtual short TabIndex [get, set]
 
virtual bool IsInForm [get, set]
 
virtual Unit Height [get, set]
 
virtual Unit Width [get, set]
 
virtual string ToolTip [get, set]
 
virtual bool RegisterAllResources [get, set]
 
virtual bool AutoDataBind [get, set]
 
virtual IDMode IDMode [get, set]
 
virtual LazyMode LazyMode [get, set]
 
virtual string Namespace [get, set]
 
List< ClientResourceItemResourceItems [get]
 

Additional Inherited Members

- Public Member Functions inherited from Ext.Net.BaseControl.Config
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
new Type GetType ()
 
object ApplyIf (object obj)
 
Apply< T > (object obj)
 
object Apply (object obj)
 
virtual string ToScript ()
 

Detailed Description

Member Function Documentation

◆ operator Resizer.Builder()

static implicit Ext.Net.Resizer.Config.operator Resizer.Builder ( Resizer.Config  config)
inlinestatic

Property Documentation

◆ ConstrainToElement

virtual string Ext.Net.Resizer.Config.ConstrainToElement
getset

An element, or a Region into which the resize operation must be constrained.

◆ ConstrainToRegion

virtual System.Drawing.? Rectangle Ext.Net.Resizer.Config.ConstrainToRegion
getset

An element, or a Region into which the resize operation must be constrained.

◆ DirectEvents

ResizableDirectEvents Ext.Net.Resizer.Config.DirectEvents
get

Server-side DirectEventHandlers

◆ Dynamic

virtual ? bool Ext.Net.Resizer.Config.Dynamic
getset

Specify as true to update the target (Element or Component) dynamically during dragging. This is true by default, but the Component class passes false when it is configured as Ext.Component.resizable.

◆ Handles

virtual ResizeHandle Ext.Net.Resizer.Config.Handles
getset

String consisting of the resize handles to display. Defaults to 's e se' for Elements and fixed position Components. Defaults to 8 point resizing for floating Components (such as Windows). Specify either 'all' or any of 'n s e w ne nw se sw'. Defaults to: "s e se"

◆ HandlesSummary

virtual string Ext.Net.Resizer.Config.HandlesSummary
getset

String consisting of the resize handles to display (defaults to 's e se'). Specify either 'all' or any of 'n s e w ne nw se sw'.

◆ Height

override Unit Ext.Net.Resizer.Config.Height
getset

Optional. The height to set target to in pixels. Defaults to: null

◆ HeightIncrement

virtual int Ext.Net.Resizer.Config.HeightIncrement
getset

The increment to snap the height resize in pixels. Defaults to: 0

◆ Listeners

ResizableListeners Ext.Net.Resizer.Config.Listeners
get

Client-side JavaScript Event Handlers

◆ MaxHeight

virtual int Ext.Net.Resizer.Config.MaxHeight
getset

The maximum height for the element (defaults to 10000)

◆ MaxWidth

virtual int Ext.Net.Resizer.Config.MaxWidth
getset

The maximum width for the element (defaults to 10000)

◆ MinHeight

virtual int Ext.Net.Resizer.Config.MinHeight
getset

The minimum height for the element (defaults to 20)

◆ MinWidth

virtual int Ext.Net.Resizer.Config.MinWidth
getset

The minimum width for the element (defaults to 20)

◆ Pinned

virtual bool Ext.Net.Resizer.Config.Pinned
getset

True to ensure that the resize handles are always visible, false indicates resizing by cursor changes only. Defaults to: false

◆ PreserveRatio

virtual bool Ext.Net.Resizer.Config.PreserveRatio
getset

True to preserve the original ratio between height and width during resize (defaults to false)

◆ Target

virtual string Ext.Net.Resizer.Config.Target
getset

The Element or Component to resize.

◆ Transparent

virtual bool Ext.Net.Resizer.Config.Transparent
getset

True for transparent handles. This is only applied at config time. (defaults to false)

◆ Width

override Unit Ext.Net.Resizer.Config.Width
getset

Optional. The width to set the target to in pixels. Defaults to: null

◆ WidthIncrement

virtual int Ext.Net.Resizer.Config.WidthIncrement
getset

The increment to snap the width resize in pixels (defaults to 0)


The documentation for this class was generated from the following file: