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

GetContentImageH() public method

Gets the horizontal relative alignment of the image.
public GetContentImageH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRelativeAlign
        public override PaletteRelativeAlign GetContentImageH(PaletteState state)
        {
            return _inherit.GetContentImageH(state);
        }