/// <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);
/// <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)); }