예제 #1
0
 /// <summary>
 /// Gets the color background angle for the long text.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Angle used for color drawing.</returns>
 public override float GetContentLongTextColorAngle(PaletteState state)
 {
     return(_redirect.GetContentLongTextColorAngle(_style, state));
 }
 /// <summary>
 /// Gets the color background angle for the long text.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Angle used for color drawing.</returns>
 public override float GetContentLongTextColorAngle(PaletteState state) => _redirect.GetContentLongTextColorAngle(Style, state);