WinForms › Post It Note › PostItNoteTheme
PostItNoteTheme
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Containers
Lists the supported built-in themes for rendering the PostIt Note.
public enum PostItNoteTheme
Members at a glance
Blue | Renders a Blue color based background. |
Brown | Renders a Brown color based background. |
Custom | Renders using user-defined colors for various aspects of the control. |
Default | Renders something similar to the default MS Outlook style theme - i.e. Yellow background. |
MonoChrome | Renders a MonoChrome color based background. |
Orange | Renders a Orange color based background. |
Members
Blue
Renders a Blue color based background.
Brown
Renders a Brown color based background.
Custom
Renders using user-defined colors for various aspects of the control.
Default
Renders something similar to the default MS Outlook style theme - i.e. Yellow background.
MonoChrome
Renders a MonoChrome color based background.
Orange
Renders a Orange color based background.