Click or drag to resize

PreferredWidth Methods

The PreferredWidth type exposes the following members.

Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Overrides Object Equals(Object) .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method Static member FromPercent
Creates a PreferredWidth instance from a percentage value.
Public method Static member FromPoints
Creates a PreferredWidth object from a specified number of points.
Public method GetHashCode
Returns a hash code for the current instance.
(Overrides Object GetHashCode .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also