ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextColorAngle C# (CSharp) Méthode

GetContentLongTextColorAngle() public méthode

Gets the color angle for the long text.
public GetContentLongTextColorAngle ( PaletteState state ) : float
state PaletteState Palette value should be applicable to this state.
Résultat float
        public float GetContentLongTextColorAngle(PaletteState state)
        {
            return _palette.GetContentLongTextColorAngle(_style, state);
        }