Some Agentry clients depend on the internal layout manager to determine the size of a control by asking the control to determine its own size.
Public ReadOnly Property IsAutoSize As Boolean
public bool IsAutoSize {get;}
The WPF/.NET client doesn't need to do that because of WPF's built-in support for automatically sizing its controls.