Use this class to set the height and width of the control add-in that you are implementing.

The following tables list the members exposed by the DisplaySize type.

Public Constructors

  Name Description
DisplaySize Overloaded. Initializes a new instance of the DisplaySize class.
Top

Public Properties

  Name Description
public propertystatic Default Use to assign the control add-in the same size as other controls of the same type on the page.
public property IsDefault Gets a value indicating whether the control add-in has default size.
public property Maximum Use to assign the control add-in a maximum size on the page.
public property Minimum Use to assign the control add-in a minimum size on the page.
public property Preferred Use to assign the control add-in a preferred size on the page.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also