menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class UserHandle

    Represents the details about user handle.

    Inheritance
    System.Object
    UserHandle
    Namespace: Syncfusion.SfDiagram.iOS
    Assembly: Syncfusion.SfDiagram.iOS.dll
    Syntax
    public class UserHandle : Object

    Constructors

    UserHandle(String, UserHandlePosition, Object)

    Initializes a new instance of the UserHandle class.

    Declaration
    public UserHandle(string name, UserHandlePosition position, object content)
    Parameters
    Type Name Description
    System.String name

    name value.

    UserHandlePosition position

    User Handle Position.

    System.Object content

    object content.

    Properties

    BackgroundColor

    Gets or sets the color of the background.

    Declaration
    public UIColor BackgroundColor { get; set; }
    Property Value
    Type Description
    UIKit.UIColor

    The color of the background.

    Content

    Gets or sets the content.

    Declaration
    public object Content { get; set; }
    Property Value
    Type Description
    System.Object

    The content.

    Name

    Gets or sets the name.

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

    The name.

    Position

    Gets or sets the position.

    Declaration
    public UserHandlePosition Position { get; set; }
    Property Value
    Type Description
    UserHandlePosition

    The position.

    Size

    Gets or sets the size.

    Declaration
    public int Size { get; set; }
    Property Value
    Type Description
    System.Int32

    The size.

    Visible

    Gets or sets a value indicating whether this UserHandle is visible.

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

    true if visible; otherwise, false.

    Methods

    MoveBy(Int32, Int32)

    Move the user handle position using MoveBy method.

    Declaration
    public void MoveBy(int X, int Y)
    Parameters
    Type Name Description
    System.Int32 X

    X position x.

    System.Int32 Y

    Y position y.

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