Version

PopupResizerDecorator.Constraints Class Members

The following tables list the members exposed by PopupResizerDecorator.Constraints.

Public Constructors
 NameDescription
Public ConstructorPopupResizerDecorator.Constraints ConstructorInitializes a new instance of PopupResizerDecorator.Constraints  
Public Properties
 NameDescription
Public PropertyMaximumHeightThe maximum height this element can be resized to.  
Public PropertyMaximumWidthThe maximum height this element can be resized to.  
Public PropertyMinimumHeightThe minimum height this element can be resized to.  
Public PropertyMinimumWidthThe minimum height this element can be resized to.  
Protected Properties
 NameDescription
Protected PropertyHasListenersGets whether there are any listeners for the Infragistics.PropertyChangeNotifier.PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Protected Methods
 NameDescription
Protected MethodOnFirstListenerAddingVirtual method called when the first listener is being added to the Infragistics.PropertyChangeNotifier.PropertyChanged event. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChangedVirtual method called when the HasListeners property changes. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChangedUsed to raise the Infragistics.PropertyChangeNotifier.PropertyChanged event for the specified property name. (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaisePropertyChangedEventRaises the PropertyChanged event (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventPropertyChangedRaised when a property has changed (Inherited from Infragistics.PropertyChangeNotifier)
See Also