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

GetContentLongTextColorAlign() public method

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