ComponentFactory.Krypton.Toolkit.PaletteInputControlBackStates.GetBackColorAlign C# (CSharp) Метод

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

Gets the color alignment style.
public GetBackColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
Результат PaletteRectangleAlign
        public PaletteRectangleAlign GetBackColorAlign(PaletteState state)
        {
            return _inherit.GetBackColorAlign(state);
        }