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

GetBackImageAlign() public method

Gets the image alignment.
public GetBackImageAlign ( PaletteBackStyle style, PaletteState state ) : PaletteRectangleAlign
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public virtual PaletteRectangleAlign GetBackImageAlign(PaletteBackStyle style, PaletteState state)
        {
            return _target.GetBackImageAlign(style, state);
        }
PaletteRedirect