In This Article

ISupportsStarSizing Interface

Provides the base requirements for a control that can star-size and fill available space when appropriate.

public interface ISupportsStarSizing

Properties

IsStarSizingAllowed

Gets whether star-sizing is allowed.

bool IsStarSizingAllowed { get; }

Property Value

bool:

true if star-sizing is allowed; otherwise, false.