ComponentFactory.Krypton.Toolkit.PaletteBackToPalette.GetBackColorAlign C# (CSharp) Method

GetBackColorAlign() public method

Gets the color alignment style.
public GetBackColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public PaletteRectangleAlign GetBackColorAlign(PaletteState state)
        {
            return _palette.GetBackColorAlign(_style, state);
        }