menu

WinForms

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

    Show / Hide Table of Contents

    Class HandleStyles

    Handle styles

    Inheritance
    System.Object
    HandleStyles
    Implements
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class HandleStyles : IDisposable

    Constructors

    HandleStyles()

    Initializes a new instance of the HandleStyles class.

    Declaration
    public HandleStyles()

    Fields

    ControlPointStyle

    Control point style.

    Declaration
    public ControlPointStyle ControlPointStyle
    Field Value
    Type Description
    ControlPointStyle

    PinPointStyle

    Pin point style.

    Declaration
    public PinPointStyle PinPointStyle
    Field Value
    Type Description
    PinPointStyle

    ResizeHandlesStyle

    Resize handles styles.

    Declaration
    public ResizeHandlesStyle ResizeHandlesStyle
    Field Value
    Type Description
    ResizeHandlesStyle

    RotationHandleStyle

    Rotation handle styles.

    Declaration
    public RotationHandleStyle RotationHandleStyle
    Field Value
    Type Description
    RotationHandleStyle

    Methods

    Dispose()

    Declaration
    public void Dispose()

    UpdateServiceReferences(IServiceReferenceProvider)

    Updates the service references.

    Declaration
    public void UpdateServiceReferences(IServiceReferenceProvider provider)
    Parameters
    Type Name Description
    IServiceReferenceProvider provider

    The provider.

    Implements

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