ComponentFactory.Krypton.Ribbon.QATButtonToContent.GetContentShortTextColorAlign C# (CSharp) Method

GetContentShortTextColorAlign() public method

Gets the color alignment for the short text.
public GetContentShortTextColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public PaletteRectangleAlign GetContentShortTextColorAlign(PaletteState state)
        {
            return PaletteRectangleAlign.Local;
        }