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