Table of Contents

Enum RelativeUnit

Namespace
Avalonia
Assembly
Avalonia.Base.dll

Defines the reference point units of an RelativePoint or RelativeRect.

public enum RelativeUnit

Fields

Absolute = 1

The point is absolute (i.e. in pixels).

Relative = 0

The point is expressed as a fraction of the containing element's size.