Class ColorSet
Stores the different colors required to make the colors of a NativeItem dynamic.
Inherited Members
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class ColorSet
Constructors
View SourceColorSet()
Declaration
public ColorSet()
Properties
View SourceAltTitleDisabled
The color of the AltTitle when the NativeItem is disabled.
Declaration
public Color AltTitleDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
AltTitleHovered
The color of the AltTitle when the NativeItem is hovered.
Declaration
public Color AltTitleHovered { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
AltTitleNormal
The color of the AltTitle when the NativeItem is not hovered and enabled.
Declaration
public Color AltTitleNormal { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ArrowsDisabled
The color of the NativeSlidableItem arrows when the item is disabled.
Declaration
public Color ArrowsDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ArrowsHovered
The color of the NativeSlidableItem arrows when the item is hovered.
Declaration
public Color ArrowsHovered { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
ArrowsNormal
The color of the NativeSlidableItem arrows when the item is not hovered and enabled.
Declaration
public Color ArrowsNormal { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BackgroundDisabled
The disabled color of the custom background if UseCustomBackground is set to true.
Declaration
public Color BackgroundDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BackgroundHovered
The hovered color of the custom background if UseCustomBackground is set to true.
Declaration
public Color BackgroundHovered { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BackgroundNormal
The normal color of the custom background if UseCustomBackground is set to true.
Declaration
public Color BackgroundNormal { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BadgeLeftDisabled
The color of the LeftBadge when the NativeItem is disabled.
Declaration
public Color BadgeLeftDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BadgeLeftHovered
The color of the LeftBadge when the NativeItem is hovered.
Declaration
public Color BadgeLeftHovered { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BadgeLeftNormal
The color of the LeftBadge when the NativeItem is not hovered and enabled.
Declaration
public Color BadgeLeftNormal { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BadgeRightDisabled
The color of the RightBadge or NativeCheckboxItem checkbox when the NativeItem is disabled.
Declaration
public Color BadgeRightDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BadgeRightHovered
The color of the RightBadge or NativeCheckboxItem checkbox when the NativeItem is hovered.
Declaration
public Color BadgeRightHovered { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
BadgeRightNormal
The color of the RightBadge or NativeCheckboxItem checkbox when the NativeItem is not hovered and enabled.
Declaration
public Color BadgeRightNormal { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
TitleDisabled
The color of the Title when the NativeItem is disabled.
Declaration
public Color TitleDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
TitleHovered
The color of the Title when the NativeItem is hovered.
Declaration
public Color TitleHovered { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
TitleNormal
The color of the Title when the NativeItem is not hovered and enabled.
Declaration
public Color TitleNormal { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |