Class Resources.Cursors
Provides access to cursors.
Inheritance
System.Object
Resources.Cursors
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 Cursors
Constructors
Cursors()
Declaration
public Cursors()
Properties
Connect
Returns the Connect cursor.
Declaration
public static Cursor Connect { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
DeleteVertex
Returns the DeleteVertex cursor.
Declaration
public static Cursor DeleteVertex { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
EditVertex
Returns the EditVertex cursor.
Declaration
public static Cursor EditVertex { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
InsertVertex
Returns the InsertVertex cursor.
Declaration
public static Cursor InsertVertex { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
Panning
Returns the Panning cursor.
Declaration
public static Cursor Panning { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
PanReady
Returns the Pan ready cursor.
Declaration
public static Cursor PanReady { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
Pencil
Returns the Pencil Cursor.
Declaration
public static Cursor Pencil { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
Port
Returns the Port cursor.
Declaration
public static Cursor Port { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
Rotate
Returns the Rotate cursor.
Declaration
public static Cursor Rotate { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
RotateReady
Returns the RotateReady cursor.
Declaration
public static Cursor RotateReady { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
Zoom
Returns the Zoom cursor.
Declaration
public static Cursor Zoom { get; }
Property Value
Type |
---|
System.Windows.Forms.Cursor |
Methods
GetCursor(String)
Returns the cursor matching the name passed in.
Declaration
protected static Cursor GetCursor(string cursorName)
Parameters
Type | Name | Description |
---|---|---|
System.String | cursorName | Name of cursor to return |
Returns
Type | Description |
---|---|
System.Windows.Forms.Cursor | Cursor object |