CursorSettings Class

Class contain data required for drawing Cursor

Definition

Namespace: BeeMobile.ToolBar
Assembly: BeeMobile.ToolBar.NET48 (in BeeMobile.ToolBar.NET48.dll) Version: 4.8.3.5
C#
public class CursorSettings : INotifyPropertyChanged
Inheritance
Object    CursorSettings
Implements
INotifyPropertyChanged

Constructors

CursorSettings Initializes a new instance of CursorSettings class.

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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)

Events

PropertyChanged Raised whenever a value of a property changes.

See Also