string SpanTitle(string Title) { Native.Span span = new Native.Span { Text = Title, HorizontalTextAlignment = Native.TextAlignment.Center, ForegroundColor = Element.BarTextColor.ToNative() }; return(span.GetMarkupText()); }
/// <summary> /// Applies placeholders's text and its style. /// </summary> void ApplyPlaceholderAndStyle() { SetInternalPlaceholderAndStyle(_placeholderSpan.GetMarkupText()); }