ComponentFactory.Krypton.Toolkit.PaletteContentInheritRedirect.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 override PaletteRectangleAlign GetContentLongTextColorAlign(PaletteState state)
        {
            return _redirect.GetContentLongTextColorAlign(_style, state);
        }