[Composable(typeof(IBrushFactory), CompositionType.Protected, 65536u, "Microsoft.UI.Xaml.WinUIContract")]
public class Brush : DependencyObject, IBrush, IBrushOverrides, IAnimationObject {}
[Activatable(typeof(ISolidColorBrushFactory), 65536u, "Microsoft.UI.Xaml.WinUIContract")]
public sealed class SolidColorBrush : Brush, ISolidColorBrush {}
Result:
/// Paints an area with a solid color. The solid color is defined by a Color value.
public final class MicrosoftUIXamlMedia_SolidColorBrush: WindowsRuntime.WinRTImport<MicrosoftUIXamlMedia_SolidColorBrushBinding>, @unchecked Sendable {
For example, metadata:
Result: