Ejemplo n.º 1
0
 /// <summary>
 /// Gets the horizontal relative alignment of the image.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>RelativeAlignment value.</returns>
 public override PaletteRelativeAlign GetContentImageH(PaletteState state)
 {
     return(_redirect.GetContentImageH(_style, state));
 }
 /// <summary>
 /// Gets the horizontal relative alignment of the image.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>RelativeAlignment value.</returns>
 public override PaletteRelativeAlign GetContentImageH(PaletteState state) => _redirect.GetContentImageH(Style, state);