File: Text\IAttributedTextRun.cs | Web Access |
Project: src\src\Graphics\src\Graphics\Graphics.csproj (Microsoft.Maui.Graphics) |
namespace Microsoft.Maui.Graphics.Text { public interface IAttributedTextRun { int Start { get; } int Length { get; } ITextAttributes Attributes { get; } } } |