/// <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 GetBorderColorAlign(PaletteState state) => _redirect.GetBorderColorAlign(Style, state);
예제 #2
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 GetBorderColorAlign(PaletteState state)
 {
     return(_redirect.GetBorderColorAlign(_style, state));
 }