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

GetBackImageAlign() public abstract method

Gets the image alignment.
public abstract GetBackImageAlign ( PaletteBackStyle style, PaletteState state ) : PaletteRectangleAlign
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public abstract PaletteRectangleAlign GetBackImageAlign(PaletteBackStyle style, PaletteState state);
PaletteBase