Table of Contents

Enum ProportionType

Namespace
Myra.Graphics2D.UI
Assembly
Myra.dll

Specifies how a row or column in a grid or stack panel divides available space.

public enum ProportionType

Fields

Auto = 0

The row or column automatically sizes to fit its content.

Fill = 2

The row or column fills remaining available space.

Part = 1

The row or column shares space proportionally with other "Part" rows/columns based on the Value.

Pixels = 3

The row or column has a fixed size specified by the Value in pixels.