public class PlatformColorValues : IEquatable<PlatformColorValues>Public Class PlatformColorValues
Implements IEquatable(Of PlatformColorValues)type PlatformColorValues =
class
interface IEquatable<PlatformColorValues>
end| AccentColor1 | Primary system accent color. |
| AccentColor2 | Secondary system accent color. On some platforms can return the same value as AccentColor1. |
| AccentColor3 | Tertiary system accent color. On some platforms can return the same value as AccentColor1. |
| ContrastPreference | System high contrast preference. |
| ThemeVariant | System theme variant or mode. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |