An NDoc Documented Class Library

BackgroundMode Enumeration

Enumeration which contains the options for the form background for an AniForm.

public enum BackgroundMode

Members

Member NameDescription
Normal The form's background is painted as any normal form would be. All applicable properties will be enforced (e.g. BackgroundColor)
GradientHorizontal The background is drawn with a horizontal gradient brush. The gradient starts with StartColor and ends with EndColor
GradientVertical The background is drawn with a vertical gradient brush. The gradient starts with StartColor and ends with EndColor

Requirements

Namespace: Genghis.Windows.Forms Namespace

Assembly: Genghis.dll

See Also

Genghis.Windows.Forms Namespace