Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramBaseItem - Xamarin.iOS 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
    Implements
    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 Description
    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 Description
    Style

    Methods

    Clone()

    Clone value.

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

    return Clone.

    Implements

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