menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfBorderRenderer - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfBorderRenderer

    Renderer for SfBorder Control

    Inheritance
    System.Object
    SfBorderRenderer
    Namespace: Syncfusion.XForms.WPF.Border
    Assembly: Syncfusion.Core.XForms.WPF.dll
    Syntax
    public class SfBorderRenderer : ViewRenderer<SfBorder, Border>

    Constructors

    SfBorderRenderer()

    Initializes a new instance of the SfBorderRenderer class.

    Declaration
    public SfBorderRenderer()

    Methods

    Dispose(Boolean)

    Releases the unmanaged resources used by the component and optionally releases the managed resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    if true - release both managed and unmanaged resources; if false - release only unmanaged resources.

    Init()

    Declaration
    public static void Init()

    OnElementChanged(ElementChangedEventArgs<SfBorder>)

    Methods gets called when any property of the BorderViewRenderer get changed.

    Declaration
    protected override void OnElementChanged(ElementChangedEventArgs<SfBorder> e)
    Parameters
    Type Name Description
    Xamarin.Forms.Platform.WPF.ElementChangedEventArgs<SfBorder> e

    ElementChangedEvent argument

    OnElementPropertyChanged(Object, PropertyChangedEventArgs)

    This method checks whether to clip and collapse visibility.

    Declaration
    protected override void OnElementPropertyChanged(object sender, PropertyChangedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender

    SfDataGrid instance

    System.ComponentModel.PropertyChangedEventArgs e

    PropertyChangedEvent arguments

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved