10 references to Frame
Microsoft.Maui.Controls (10)
Frame\Frame.cs (8)
11
public partial class Frame : ContentView, IElementConfiguration<
Frame
>, IPaddingElement, IBorderElement, IView, IContentView
17
public static readonly BindableProperty HasShadowProperty = BindableProperty.Create(nameof(HasShadow), typeof(bool), typeof(
Frame
), true);
20
public static readonly BindableProperty CornerRadiusProperty = BindableProperty.Create(nameof(CornerRadius), typeof(float), typeof(
Frame
), -1.0f,
23
readonly Lazy<PlatformConfigurationRegistry<
Frame
>> _platformConfigurationRegistry;
28
_platformConfigurationRegistry = new Lazy<PlatformConfigurationRegistry<
Frame
>>(() => new PlatformConfigurationRegistry<
Frame
>(this));
68
public IPlatformElementConfiguration<T,
Frame
> On<T>() where T : IConfigPlatform
136
internal static bool IsClippedToBoundsSet(this
Frame
frame, bool defaultValue) =>
Properties\AssemblyInfo.cs (2)
91
[assembly: StyleProperty("border-radius", typeof(
Frame
), nameof(
Frame
.CornerRadiusProperty))]