The CursorSettings type exposes the following members.

Constructors

  NameDescription
CursorSettings
Initializes a new instance of CursorSettings class.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnPropertyChanged
Fires the PropertyChanged event.
ResetBorderColor
Sets the BorderColor to the default value.
ResetCursorColor
Sets the CursorColor to the default value.
ShouldSerializeBorderColor
Indicates whether the BorderColor property should be serialized by Visual Studio designer.
ShouldSerializeCursorColor
Indicates whether the CursorColor property should be serialized by Visual Studio designer.
ShouldSerializeCursorRadius
Indicates whether the CursorRadius property should be serialized by Visual Studio designer.
ShouldSerializeUseGradient
Indicates whether the UseGradient property should be serialized by Visual Studio designer.
ToString
Returns a System.String that says "Cursor Settings".
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
BorderColor
Gets or sets the border color for the cursor.
CursorBackground
Gets or sets the colors used to paint the background of CursorSettings.
CursorColor
Gets or sets the background color for the cursor used when gradient background is disabled.
CursorRadius
Gets or sets the radius of edges of rounded rectangle which is used for drawing a cursor.
Margins
Gets or sets the Margins object which specifies the area within a Tool for cursor.
UseGradient
Enables or disables the gradient background for the cursor.

Events

  NameDescription
PropertyChanged
Raised whenever a value of a property changes.

See Also