Table of Contents

Enum SizeToContent

Namespace
nanoFramework.Presentation
Assembly
nanoFramework.Graphics.dll

Size To Content.

public enum SizeToContent

Fields

Height = 2

Sizes Height to content's Height.

Manual = 0

Does not size to content.

Width = 1

Sizes Width to content's Width.

WidthAndHeight = 3

Sizes both Width and Height to content's size.