ComponentFactory.Krypton.Ribbon.RibbonTabToContent.GetContentShortTextH C# (CSharp) 메소드

GetContentShortTextH() 공개 메소드

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