ContentDisplay

Defines the position of the graphic in a Labelled.

Entries

Link copied to clipboard

The graphic (if it exists) is placed to the left of the text.

Link copied to clipboard

The graphic (if it exists) is placed to the right of the text.

Link copied to clipboard

The graphic (if it exists) is placed above the text.

Link copied to clipboard

The graphic (if it exists) is placed below the text.

Link copied to clipboard

If the graphic exists, then the text is not rendered. If the graphic does not exist, then the text is rendered.

Link copied to clipboard

The graphic is ignored, and only the text is rendered. If the text is also blank, the button will be blank.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

True for LEFT and RIGHT

Link copied to clipboard

True for TOP and BOTTOM

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.