ComponentFactory.Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderGraphicsHint C# (CSharp) Method

GetBorderGraphicsHint() public method

Gets the graphics drawing hint.
public GetBorderGraphicsHint ( PaletteState state ) : PaletteGraphicsHint
state PaletteState Palette value should be applicable to this state.
return PaletteGraphicsHint
        public override PaletteGraphicsHint GetBorderGraphicsHint(PaletteState state)
        {
            return _redirect.GetBorderGraphicsHint(_style, state);
        }