Class UserHandleCollection
Represents a collection of user handles for diagram elements.
Inheritance
System.Object
UserHandleCollection
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.dll
Syntax
public class UserHandleCollection : Object
Constructors
UserHandleCollection(SfDiagram)
Initializes a new instance of the UserHandleCollection class.
Declaration
public UserHandleCollection(SfDiagram diagram)
Parameters
Type | Name | Description |
---|---|---|
SfDiagram | diagram | the Diagram. |
Properties
Count
Gets the count.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The count value.. |
Item[Int32]
Gets the Syncfusion.SfDiagram.iOS.UserHandleCollection at the specified index.
Declaration
public UserHandle this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | the Index. |
Property Value
Type | Description |
---|---|
UserHandle | returns value. |
Methods
Add(UserHandle)
Add the specified handle.
Declaration
public void Add(UserHandle handle)
Parameters
Type | Name | Description |
---|---|---|
UserHandle | handle | Handle value. |
Remove(UserHandle)
Remove the specified handle.
Declaration
public void Remove(UserHandle handle)
Parameters
Type | Name | Description |
---|---|---|
UserHandle | handle | Handle value. |