ImageWell

Overview

The image well class creates a way to display photos, icons or other imagery.

Ancestors

  1. Control
  2. Container
 

Descendants

  1. None
 

See Also

  1. None

Constructors

new ImageWell
Description

Creates a new imagewell object.

Definition

new ImageWell()

Members

image
Description

Gets or sets the image to use, this can be any URL including the app:// schema, or a named system image.

Definition

string imagewell.image
scale
Description

Gets or sets the scaling of the image, this can be "constrain", "fit", "contain" or "none"

Definition

string imagewell.scale (default "constrain")