ComponentFactory.Krypton.Toolkit.PaletteContentInheritForced.GetContentImageH C# (CSharp) Метод

GetContentImageH() публичный Метод

Gets the horizontal relative alignment of the image.
public GetContentImageH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
Результат PaletteRelativeAlign
        public override PaletteRelativeAlign GetContentImageH(PaletteState state)
        {
            return _inherit.GetContentImageH(state);
        }