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

Indicates whether the control can star-size and fill available space when appropriate.

bool IsStarSizingAllowed { get; }

Property Value

bool:

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

Extension Methods