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

GetContentShortTextColorAlign() public abstract method

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