[]
Gets or sets a value indicating how content that is larger than the container should be handled.
public Overflow Overflow { get; set; }
Type | Description |
---|---|
Overflow | An Overflow value indicating how to handle content larger than the container. The default value is Auto. |
Container container = new Container();
container.Overflow = Overflow.Grow;