MobileForms Toolkit Documentation

RoundedCornerStyles Enumeration

Specifies rounded corners.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

public enum RoundedCornerStyles

Members

Member NameDescriptionValue
None None corner is rounded.
TopLeft Top-left corner is rounded.
TopRight Top-right corner is rounded.
BottomLeft Bottom-left corner is rounded.
BottomRight Bottom-right corner is rounded.
All All corners are rounded.

Requirements

Namespace: Resco.Drawing

Assembly: Resco.Core.CF3 (in Resco.Core.CF3.dll)

See Also

Resco.Drawing Namespace