ComponentFactory.Krypton.Toolkit.PaletteBase.GetContentLongTextColorAlign C# (CSharp) Method

GetContentLongTextColorAlign() public abstract method

Gets the color alignment for the long text.
public abstract GetContentLongTextColorAlign ( PaletteContentStyle style, PaletteState state ) : PaletteRectangleAlign
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return PaletteRectangleAlign
        public abstract PaletteRectangleAlign GetContentLongTextColorAlign(PaletteContentStyle style, PaletteState state);
PaletteBase