Table of Contents

Enum Stretch

Namespace
nanoFramework.Presentation.Media
Assembly
nanoFramework.Graphics.dll

Specifies how a content should be resized to fill its allocated space.

public enum Stretch

Fields

Fill = 1

The content is resized to fill its allocated space.

None = 0

The content is not resized.