menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramBaseItem - API Reference

    Show / Hide Table of Contents

    Class DiagramBaseItem

    Represents the base class of all the diagram elements.

    Inheritance
    System.Object
    DiagramBaseItem
    Connector
    Node
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class DiagramBaseItem : BindableObject

    Constructors

    DiagramBaseItem()

    Declaration
    public DiagramBaseItem()

    Fields

    NameProperty

    Represents the bindable property of Name.

    Declaration
    public static readonly BindableProperty NameProperty
    Field Value
    Type Description
    Xamarin.Forms.BindableProperty

    Properties

    Name

    Gets or sets the Name of the item.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    OnBindingContextChanged()

    Override the method from base class to execute an action when the BindingContext changes.

    Declaration
    protected override void OnBindingContextChanged()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved