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

GetBackColorAlign() public method

Gets the color alignment style from the redirector.
public GetBackColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public override PaletteRectangleAlign GetBackColorAlign(PaletteState state)
        {
            return _redirect.GetBackColorAlign(Style, state);
        }