Table of Contents
UnitType Enumeration

Represents the kind of value that a Unit object is holding.

Namespace: EO.Wpf
Assembly: EO.Wpf (in EO.Wpf.dll)

Syntax
 public enum UnitType
Remarks

In XAML, a percentage value is expressed as 0.01 or 1%. The first notation is true up to 0.99, 100% can't be expressed as 1 that value will be interpreted as a fixed value.

Members
Member Name Description
Fixed The value is expressed in device-independent units.
Percentage The value is a expressed as a percentage of the available space.
See Also