ComponentFactory.Krypton.Toolkit.PaletteContentInheritNode.GetContentImageH C# (CSharp) Méthode

GetContentImageH() public méthode

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