alexa
menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DiagramBaseItem

    Represents the base class of all the diagram elements.

    Inheritance
    System.Object
    DiagramBaseItem
    Connector
    Node
    Implements
    System.ICloneable
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class DiagramBaseItem : Object, ICloneable

    Constructors

    DiagramBaseItem()

    Declaration
    public DiagramBaseItem()

    Properties

    IsVisible

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

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

    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

    Clone()

    Clone value.

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    return Clone.

    Implements

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