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

GetContentShortTextV() 공개 메소드

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