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

GetBorderColor2() public method

Gets the second border color.
public GetBorderColor2 ( PaletteBorderStyle style, PaletteState state ) : Color
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetBorderColor2(PaletteBorderStyle style, PaletteState state)
        {
            return _target.GetBorderColor2(style, state);
        }
PaletteRedirect