ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentImageH C# (CSharp) 메소드

GetContentImageH() 공개 메소드

Gets the actual content image horizontal alignment value.
public GetContentImageH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
리턴 PaletteRelativeAlign
        public PaletteRelativeAlign GetContentImageH(PaletteState state)
        {
            return _palette.GetContentImageH(_style, state);
        }