ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetBackGraphicsHint C# (CSharp) Method

GetBackGraphicsHint() public method

Gets the graphics drawing hint for the background.
public GetBackGraphicsHint ( PaletteBackStyle style, PaletteState state ) : PaletteGraphicsHint
style PaletteBackStyle Border style.
state PaletteState Palette value should be applicable to this state.
return PaletteGraphicsHint
        public virtual PaletteGraphicsHint GetBackGraphicsHint(PaletteBackStyle style, PaletteState state)
        {
            return _target.GetBackGraphicsHint(style, state);
        }
PaletteRedirect