Class SfImageView
Represents a customized Xamarin.Forms.View that holds an image.
Inheritance
System.Object
SfImageView
Namespace: Syncfusion.SfDataGrid.XForms
Assembly: Syncfusion.SfDataGrid.XForms.dll
Syntax
public class SfImageView : Image
Constructors
SfImageView()
Initializes a new instance of the SfImageView class.
Declaration
public SfImageView()
Methods
InvalidateMeasure()
Method that is called to invalidate the layout of this Xamarin.Forms.VisualElement. Raises the Xamarin.Forms.VisualElement.MeasureInvalidated event.
Declaration
protected override void InvalidateMeasure()