Explicit Conversion (ThemeVariant to Nullable<PlatformThemeVariant>)
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static explicit operator PlatformThemeVariant? (
ThemeVariant themeVariant
)
Public Shared Narrowing Operator CType (
themeVariant As ThemeVariant
) As PlatformThemeVariant?
F# does not support the declaration of new casting operators.
Parameters
Return Value
Nullable(PlatformThemeVariant)
See Also
Reference
ThemeVariant Class
Explicit Overload
Avalonia.Styling Namespace