Show / Hide Table of Contents

Class ColorSet

Stores the different colors required to make the colors of a NativeItem dynamic.

Inheritance
object
ColorSet
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public class ColorSet

Constructors

View Source

ColorSet()

Declaration
public ColorSet()

Properties

View Source

AltTitleDisabled

The color of the AltTitle when the NativeItem is disabled.

Declaration
public Color AltTitleDisabled { get; set; }
Property Value
Type Description
Color
View Source

AltTitleHovered

The color of the AltTitle when the NativeItem is hovered.

Declaration
public Color AltTitleHovered { get; set; }
Property Value
Type Description
Color
View Source

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
View Source

ArrowsDisabled

The color of the NativeSlidableItem arrows when the item is disabled.

Declaration
public Color ArrowsDisabled { get; set; }
Property Value
Type Description
Color
View Source

ArrowsHovered

The color of the NativeSlidableItem arrows when the item is hovered.

Declaration
public Color ArrowsHovered { get; set; }
Property Value
Type Description
Color
View Source

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
View Source

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
View Source

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
View Source

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
View Source

BadgeLeftDisabled

The color of the LeftBadge when the NativeItem is disabled.

Declaration
public Color BadgeLeftDisabled { get; set; }
Property Value
Type Description
Color
View Source

BadgeLeftHovered

The color of the LeftBadge when the NativeItem is hovered.

Declaration
public Color BadgeLeftHovered { get; set; }
Property Value
Type Description
Color
View Source

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
View Source

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
View Source

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
View Source

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
View Source

TitleDisabled

The color of the Title when the NativeItem is disabled.

Declaration
public Color TitleDisabled { get; set; }
Property Value
Type Description
Color
View Source

TitleHovered

The color of the Title when the NativeItem is hovered.

Declaration
public Color TitleHovered { get; set; }
Property Value
Type Description
Color
View Source

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
  • View Source
In this article
Back to top Generated by DocFX