Xamarin.CommunityToolkit by Microsoft

<PackageReference Include="Xamarin.CommunityToolkit" Version="1.2.0-pre2" />

 SemanticEffect

public static class SemanticEffect
public static readonly BindableProperty DescriptionProperty

public static readonly BindableProperty HeadingLevelProperty

public static readonly BindableProperty HintProperty

public static string GetDescription(BindableObject bindable)

public static HeadingLevel GetHeadingLevel(BindableObject view)

public static string GetHint(BindableObject bindable)

public static void SetDescription(BindableObject bindable, string value)

public static void SetHeadingLevel(BindableObject view, HeadingLevel value)

public static void SetHint(BindableObject bindable, string value)