예제 #1
0
 /// <summary>
 /// Gets the color alignment for the long text.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color alignment style.</returns>
 public override PaletteRectangleAlign GetContentLongTextColorAlign(PaletteState state)
 {
     return(_redirect.GetContentLongTextColorAlign(_style, state));
 }
 /// <summary>
 /// Gets the color alignment for the long text.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color alignment style.</returns>
 public override PaletteRectangleAlign GetContentLongTextColorAlign(PaletteState state) => _redirect.GetContentLongTextColorAlign(Style, state);