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

GetBackImageAlign() public method

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