ComponentFactory.Krypton.Toolkit.PaletteBackToPalette.GetBackColorStyle C# (CSharp) Method

GetBackColorStyle() public method

Gets the color drawing style.
public GetBackColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
return PaletteColorStyle
        public PaletteColorStyle GetBackColorStyle(PaletteState state)
        {
            return _palette.GetBackColorStyle(_style, state);
        }