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

GetContentLongTextH() 공개 메소드

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