menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FixedUserHandleAlignment - API Reference

    Show / Hide Table of Contents

    Class FixedUserHandleAlignment

    Represents the alignment of the FixedUserHandle with respect to its immediate parent.

    Inheritance
    System.Object
    FixedUserHandleAlignment
    Namespace: Syncfusion.Blazor.Diagram
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class FixedUserHandleAlignment : Enum
    Examples
    Connector connector = new Connector()
    {
        FixedUserHandles = new DiagramObjectCollection<ConnectorFixedUserHandle>()
        {
            new ConnectorFixedUserHandle()
            {
                Alignment = FixedUserHandleAlignment.After,
            }
        },
    };

    Fields

    After

    Aligns the FixedUserHandle at the bottom of a connector segment.

    Declaration
    public const FixedUserHandleAlignment After
    Field Value
    Type Description
    FixedUserHandleAlignment

    Before

    Aligns the FixedUserHandle on top of a connector segment.

    Declaration
    public const FixedUserHandleAlignment Before
    Field Value
    Type Description
    FixedUserHandleAlignment

    Center

    Aligns the FixedUserHandle on the connector segment.

    Declaration
    public const FixedUserHandleAlignment Center
    Field Value
    Type Description
    FixedUserHandleAlignment

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved