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:
trueif star-sizing is allowed; otherwise,false. The default value isfalse.