public class CursorSettings : INotifyPropertyChangedPublic Class CursorSettings
Implements INotifyPropertyChanged| CursorSettings | Initializes a new instance of CursorSettings class. |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (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. |
| ResetCursorBackground | Sets the CursorBackground to the default value. |
| ResetCursorColor | Sets the CursorColor to the default value. |
| ResetCursorRadius | Sets the CursorRadius to the default value. |
| ResetCursorSettings | Resets CursorSettings object back to its default settings. |
| ResetMargins | Sets the Margins to the default value. |
| ResetUseGradient | Sets the UseGradient to the default value. |
| SetDefaultValues | Sets the default values of this CursorSettings object. |
| ShouldSerializeBorderColor | Indicates whether the BorderColor property should be serialized by Visual Studio designer. |
| ShouldSerializeCursorBackground | Indicates whether the CursorBackground 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. |
| ShouldSerializeMargins | Indicates whether the Margins 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 ObjectToString) |
| PropertyChanged | Raised whenever a value of a property changes. |