ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentLongTextH C# (CSharp) 메소드

GetContentLongTextH() 공개 메소드

Gets the horizontal relative alignment of the long text.
public GetContentLongTextH ( PaletteState state ) : PaletteRelativeAlign
state PaletteState Palette value should be applicable to this state.
리턴 PaletteRelativeAlign
        public PaletteRelativeAlign GetContentLongTextH(PaletteState state)
        {
            return PaletteRelativeAlign.Center;
        }