Xamarin.Forms by Xamarin Inc.

<PackageReference Include="Xamarin.Forms" Version="1.4.4.6387" />

.NET API 713,216 bytes

 Span

public sealed class Span : INotifyPropertyChanged, IFontElement
Represents a part of a FormattedString.
public Color BackgroundColor { get; set; }

Gets or sets the Color of the span background.

public Font Font { get; set; }

Gets or sets the Font for the text in the span.

public FontAttributes FontAttributes { get; set; }

Gets a value that indicates whether the font for the span is bold, italic, or neither.

public string FontFamily { get; set; }

Gets the font family to which the font for the text in the span belongs.

public double FontSize { get; set; }

Gets the size of the font for the text in the span.

public Color ForegroundColor { get; set; }

Gets or sets the Color for the text in the span.

public string Text { get; set; }

Gets or sets the text of the span.

Event that is raised when a property is changed.

public Span()