Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created September 25, 2023 19:11
Show Gist options
  • Save vs-mobiletools-engineering-service2/0f31b0e936a66a67bb23ffc7ec79c157 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/0f31b0e936a66a67bb23ffc7ec79c157 to your computer and use it in GitHub Desktop.
previous-api-comparison/diff/dotnet/Microsoft.tvOS.Ref/ref/net8.0/Microsoft.tvOS.md

API diff: Microsoft.tvOS.dll

Microsoft.tvOS.dll

Namespace Accessibility

New Type: Accessibility.AXPrefers

public static class AXPrefers {
	// properties
	public static Foundation.NSString HorizontalTextLayoutDidChangeNotification { get; }
	// methods
	public static bool HorizontalTextEnabled ();

	// inner types
	public static class Notifications {
		// methods
		public static Foundation.NSObject ObserveHorizontalTextLayoutDidChange (System.EventHandler<Foundation.NSNotificationEventArgs> handler);
		public static Foundation.NSObject ObserveHorizontalTextLayoutDidChange (Foundation.NSObject objectToObserve, System.EventHandler<Foundation.NSNotificationEventArgs> handler);
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment