Ejemplo n.º 1
0
 /// <summary>
 /// Gets the image alignment style from the redirector.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Image alignment style.</returns>
 public override PaletteRectangleAlign GetBackImageAlign(PaletteState state)
 {
     return(_redirect.GetBackImageAlign(Style, state));
 }