ComponentFactory.Krypton.Toolkit.PaletteContentToPalette.GetContentLongTextColorAngle C# (CSharp) 메소드

GetContentLongTextColorAngle() 공개 메소드

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