[PrivateApiAttribute]
public class LayoutManager : ILayoutManager,
IDisposable<PrivateApiAttribute>
Public Class LayoutManager
Implements ILayoutManager, IDisposable[<PrivateApiAttribute>]
type LayoutManager =
class
interface ILayoutManager
interface IDisposable
end| Dispose | Releases all resources used by the LayoutManager |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| ExecuteInitialLayoutPass | Executes the initial layout pass on a layout root. |
| ExecuteLayoutPass | Executes a layout pass. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| InvalidateArrange(Layoutable) | Notifies the layout manager that a control requires an arrange. |
| InvalidateMeasure(Layoutable) | Notifies the layout manager that a control requires a measure. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |