Example #1
0
 /// <summary>
 /// Gets the color alignment style from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Color alignment style.</returns>
 public override PaletteRectangleAlign GetBackColorAlign(PaletteState state)
 {
     return(_redirect.GetBackColorAlign(Style, state));
 }