ComponentFactory.Krypton.Toolkit.PaletteContentInheritNode.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);
        }