Class SfGradientViewRenderer
Renderer for the SfGradientView.
Inheritance
System.Object
SfGradientViewRenderer
Namespace: Syncfusion.XForms.WPF.Graphics
Assembly: Syncfusion.Core.XForms.WPF.dll
Syntax
public class SfGradientViewRenderer : ViewRenderer<SfGradientView, Panel>
Constructors
SfGradientViewRenderer()
Declaration
public SfGradientViewRenderer()
Methods
Dispose(Boolean)
Method used to dispose the objects.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Init()
Declaration
public static void Init()
OnElementChanged(ElementChangedEventArgs<SfGradientView>)
Method used to customize the appearance and behavior of Xamarin.Forms controls.
Declaration
protected override void OnElementChanged(ElementChangedEventArgs<SfGradientView> e)
Parameters
Type | Name | Description |
---|---|---|
Xamarin.Forms.Platform.WPF.ElementChangedEventArgs<SfGradientView> | e |
OnElementPropertyChanged(Object, PropertyChangedEventArgs)
Method that is called when a element property has changed.
Declaration
protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.ComponentModel.PropertyChangedEventArgs | e |
UpdateBackground()
Declaration
protected override void UpdateBackground()