Gets an estimated size requirement relative to other elements in the same control. This can be used by panels to size the user interface elements.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public int EstimatedProportion { get; internal set; }
Visual Basic (Declaration)
Public Property EstimatedProportion As Integer

See Also