The CursorSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CursorSettings |
Initializes a new instance of CursorSettings class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (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
| Name | Description | |
|---|---|---|
| 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 | ||
| UseGradient |
Enables or disables the gradient background for the cursor.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
Raised whenever a value of a property changes.
|