Class DiagramBaseItem
Represents the base class of all the diagram elements.
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()