Class SfViewHandler
Inheritance
System.Object
SfViewHandler
Assembly: Syncfusion.Maui.Core.dll
Syntax
public class SfViewHandler : LayoutHandler
Constructors
SfViewHandler()
Declaration
SfViewHandler(PropertyMapper)
Declaration
public SfViewHandler(PropertyMapper mapper)
Parameters
Type |
Name |
Description |
Microsoft.Maui.PropertyMapper |
mapper |
|
Methods
Declaration
protected override object CreatePlatformView()
Returns
Exceptions
Type |
Condition |
System.NotImplementedException |
Invalidate()
Declaration
SetDrawingOrder(DrawingOrder)
Declaration
public void SetDrawingOrder(DrawingOrder drawingOrder)
Parameters
UpdateClipToBounds(Boolean)
Declaration
public void UpdateClipToBounds(bool clipToBounds)
Parameters
Type |
Name |
Description |
System.Boolean |
clipToBounds |
|