menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EdiStyleWrapper - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EdiStyleWrapper

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

    Constructors

    EdiStyleWrapper()

    Declaration
    public EdiStyleWrapper()

    Properties

    DefaultHandleEditMode

    Declaration
    public HandleEditMode DefaultHandleEditMode { get; set; }
    Property Value
    Type
    HandleEditMode

    EditStyle

    Declaration
    public EditStyle.InternalEditStyle EditStyle { get; set; }
    Property Value
    Type
    Syncfusion.Windows.Forms.Diagram.EditStyle.InternalEditStyle

    InheritContainerMeasureUnits

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

    MeasureUnit

    Declaration
    public MeasureUnits MeasureUnit { get; set; }
    Property Value
    Type
    MeasureUnits

    Methods

    DeserializeEditStyle(EditStyle)

    Declaration
    public void DeserializeEditStyle(EditStyle style)
    Parameters
    Type Name Description
    EditStyle style

    SerializeEditStyle(EditStyle)

    Declaration
    public void SerializeEditStyle(EditStyle style)
    Parameters
    Type Name Description
    EditStyle style
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved