Skip to main content

Stretch Enumeration

Describes how content is resized to fill its allocated space.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public enum Stretch
View Source

Members

None0The content preserves its original size.
Fill1The content is resized to fill the destination dimensions. The aspect ratio is not preserved.
Uniform2The content is resized to fit in the destination dimensions while preserving its native aspect ratio.
UniformToFill3The 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

Reference

Avalonia.Media Namespace