ComponentFactory.Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.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 _parent.GetBorderColorStyle(state);
            }