menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class Port

    Represents a connection point in the node.

    Inheritance
    System.Object
    Port
    Namespace: Syncfusion.SfDiagram.XForms
    Assembly: Syncfusion.SfDiagram.XForms.dll
    Syntax
    public class Port : BindableObject

    Constructors

    Port()

    Initializes a new instance of the Port class.

    Declaration
    public Port()

    Fields

    HeightProperty

    Represents the bindable property of HeightProperty.

    Declaration
    public static readonly BindableProperty HeightProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    IsVisibleProperty

    Represents the bindable property of IsVisibleProperty.

    Declaration
    public static readonly BindableProperty IsVisibleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    NodeOffsetXProperty

    Represents the bindable property of NodeOffsetXProperty.

    Declaration
    public static readonly BindableProperty NodeOffsetXProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    NodeOffsetYProperty

    Represents the bindable property of NodeOffsetYProperty.

    Declaration
    public static readonly BindableProperty NodeOffsetYProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    ShapeTypeProperty

    Represents the bindable property of ShapeTypeProperty.

    Declaration
    public static readonly BindableProperty ShapeTypeProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StyleProperty

    Represents the bindable property of StyleProperty.

    Declaration
    public static readonly BindableProperty StyleProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    WidthProperty

    Represents the bindable property of WidthProperty.

    Declaration
    public static readonly BindableProperty WidthProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    Height

    Gets or sets the height of the port.

    Declaration
    public double Height { get; set; }
    Property Value
    Type
    System.Double

    IsVisible

    Gets or sets a value indicating whether gets or sets the value which indicates whether the port is visible or not.

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

    NodeOffsetX

    Gets or sets the X co-ordiante of the port, relative from the node's (x,y) position.

    Declaration
    public double NodeOffsetX { get; set; }
    Property Value
    Type
    System.Double

    NodeOffsetY

    Gets or sets the Y co-ordiante of the port, relative from the node's (x,y) position.

    Declaration
    public double NodeOffsetY { get; set; }
    Property Value
    Type
    System.Double

    ShapeType

    Gets or sets specifies the shape type of the port.

    Declaration
    public ShapeType ShapeType { get; set; }
    Property Value
    Type
    ShapeType

    Style

    Gets or sets the style of the port.

    Declaration
    public Style Style { get; set; }
    Property Value
    Type
    Style

    Width

    Gets or sets the width of the port.

    Declaration
    public double Width { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved