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 = 0The row or column automatically sizes to fit its content.
Fill = 2The row or column fills remaining available space.
Part = 1The row or column shares space proportionally with other "Part" rows/columns based on the Value.
Pixels = 3The row or column has a fixed size specified by the Value in pixels.