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

GetBorderGraphicsHint() public method

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