10 references to BoxView
Microsoft.Maui.Controls (10)
BoxView\BoxView.cs (5)
10
public partial class BoxView : View, IColorElement, ICornerElement, IElementConfiguration<
BoxView
>, IShapeView, IShape
18
readonly Lazy<PlatformConfigurationRegistry<
BoxView
>> _platformConfigurationRegistry;
23
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<
BoxView
>>(() => new PlatformConfigurationRegistry<
BoxView
>(this));
41
public IPlatformElementConfiguration<T,
BoxView
> On<T>() where T : IConfigPlatform
Hosting\AppHostBuilderExtensions.cs (1)
68
handlersCollection.AddHandler<
BoxView
, BoxViewHandler>();
PlatformConfiguration\GTKSpecific\BoxView.cs (4)
4
using FormsElement = Maui.Controls.
BoxView
;
28
this IPlatformElementConfiguration<GTK,
FormsElement
> config)
34
public static IPlatformElementConfiguration<GTK,
FormsElement
> SetHasCornerRadius(
35
this IPlatformElementConfiguration<GTK,
FormsElement
> config, bool value)