ComponentFactory.Krypton.Toolkit.PaletteContentInheritForced.GetContentLongTextColorAlign C# (CSharp) Метод

GetContentLongTextColorAlign() публичный Метод

Gets the color alignment for the long text.
public GetContentLongTextColorAlign ( PaletteState state ) : PaletteRectangleAlign
state PaletteState Palette value should be applicable to this state.
Результат PaletteRectangleAlign
        public override PaletteRectangleAlign GetContentLongTextColorAlign(PaletteState state)
        {
            return _inherit.GetContentLongTextColorAlign(state);
        }