IsAutoSize property

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.

Visual Basic syntax

Public ReadOnly Property IsAutoSize As Boolean

C# syntax

public bool IsAutoSize {get;}

Usage

The WPF/.NET client doesn't need to do that because of WPF's built-in support for automatically sizing its controls.