menu

Xamarin.Android

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

    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.Android
    Assembly: Syncfusion.SfDiagram.Android.dll
    Syntax
    public class DiagramBaseItem : Object

    Constructors

    DiagramBaseItem()

    Declaration
    public DiagramBaseItem()

    Properties

    IsVisible

    Gets or sets a value indicating whether the diagram element is visible or not.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Gets or sets the name of the node.

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

    Opacity

    Gets or sets or set the opacity value of the diagram elements.

    Declaration
    public float Opacity { get; set; }
    Property Value
    Type Description
    System.Single

    It defines diagram item opacity.

    Style

    Gets or sets the style of the diagram elements.

    Declaration
    public Style Style { get; set; }
    Property Value
    Type
    Style

    Methods

    DisposeDiagramBase()

    Define the DisposeDiagramBase method.

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