3 references to StyleProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\TizenSpecific\VisualElement.cs (2)
54
return (string)element.GetValue(
StyleProperty
);
64
element.SetValue(
StyleProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\VisualElementRenderer.cs (1)
49
RegisterPropertyHandler(Specific.
StyleProperty
, UpdateThemeStyle);