File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
using Syncfusion . Maui . Toolkit . Internals ;
3
3
using Syncfusion . Maui . Toolkit . Themes ;
4
4
using Syncfusion . Maui . Toolkit . Helper ;
5
- using Syncfusion . Maui . ToolKit . BottomSheet ;
6
5
7
6
namespace Syncfusion . Maui . Toolkit . BottomSheet
8
7
{
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<ResourceDictionary xmlns =" http://schemas.microsoft.com/dotnet/2021/maui"
3
3
xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
4
- x : Class =" Syncfusion.Maui.ToolKit .BottomSheet.SfBottomSheetStyle"
4
+ x : Class =" Syncfusion.Maui.Toolkit .BottomSheet.SfBottomSheetStyle"
5
5
xmlns : bottomsheet =" clr-namespace:Syncfusion.Maui.Toolkit.BottomSheet" >
6
6
7
7
<Style TargetType =" bottomsheet:SfBottomSheet" >
Original file line number Diff line number Diff line change 1
1
using Microsoft . Maui . Controls ;
2
2
3
- namespace Syncfusion . Maui . ToolKit . BottomSheet ;
3
+ namespace Syncfusion . Maui . Toolkit . BottomSheet ;
4
4
5
5
/// <summary>
6
6
/// SfBottomSheetStyle provides a set of predefined styles for SfBottomSheet control.
You can’t perform that action at this time.
0 commit comments