Class HandleStyles
Handle styles
Inheritance
System.Object
HandleStyles
Implements
System.IDisposable
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 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 |
---|
ControlPointStyle |
PinPointStyle
Pin point style.
Declaration
public PinPointStyle PinPointStyle
Field Value
Type |
---|
PinPointStyle |
ResizeHandlesStyle
Resize handles styles.
Declaration
public ResizeHandlesStyle ResizeHandlesStyle
Field Value
Type |
---|
ResizeHandlesStyle |
RotationHandleStyle
Rotation handle styles.
Declaration
public RotationHandleStyle RotationHandleStyle
Field Value
Type |
---|
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