5 references to StyleProperty
Microsoft.Maui.Controls (5)
NavigableElement\NavigableElement.cs (2)
19
/// <inheritdoc cref="StyleableElement.
StyleProperty
" />
20
public static readonly new BindableProperty StyleProperty = StyleableElement.
StyleProperty
;
StyleableElement\StyleableElement.cs (2)
25
get { return (Style?)GetValue(
StyleProperty
); }
26
set { SetValue(
StyleProperty
, value); }
VisualElement\VisualElement.cs (1)
26
/// <inheritdoc cref="StyleableElement.
StyleProperty
" />