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

GetContentImageH() public abstract method

Gets the horizontal relative alignment of the image.
public abstract GetContentImageH ( PaletteContentStyle style, PaletteState state ) : PaletteRelativeAlign
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public abstract PaletteRelativeAlign GetContentImageH(PaletteContentStyle style, PaletteState state);
PaletteBase