ComponentFactory.Krypton.Toolkit.PaletteBackToPalette.GetBackImageStyle C# (CSharp) Метод

GetBackImageStyle() публичный Метод

Gets the background image style.
public GetBackImageStyle ( PaletteState state ) : PaletteImageStyle
state PaletteState Palette value should be applicable to this state.
Результат PaletteImageStyle
        public PaletteImageStyle GetBackImageStyle(PaletteState state)
        {
            return _palette.GetBackImageStyle(_style, state);
        }