ComponentFactory.Krypton.Toolkit.PaletteBase.GetBorderImageStyle C# (CSharp) Method

GetBorderImageStyle() public abstract method

Gets the border image style.
public abstract GetBorderImageStyle ( PaletteBorderStyle style, PaletteState state ) : PaletteImageStyle
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return PaletteImageStyle
        public abstract PaletteImageStyle GetBorderImageStyle(PaletteBorderStyle style, PaletteState state);
PaletteBase