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