Stretch Enumeration

Describes how content is resized to fill its allocated space.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public enum Stretch

Members

None0 The content preserves its original size.
Fill1 The content is resized to fill the destination dimensions. The aspect ratio is not preserved.
Uniform2 The content is resized to fit in the destination dimensions while preserving its native aspect ratio.
UniformToFill3 The content is resized to completely fill the destination rectangle while preserving its native aspect ratio. A portion of the content may not be visible if the aspect ratio of the content does not match the aspect ratio of the allocated space.

See Also