Click or drag to resize

UserCursor Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Core.ViewModelServiceBase
      ArthaChitra.Model.ChartCursorBase
        ArthaChitra.Model.ChartUserCursor

Namespace: ArthaChitra.Model.Chart
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class UserCursor : CursorBase

The UserCursor type exposes the following members.

Properties
 NameDescription
Public propertyCommand
(Inherited from CursorBase)
Public propertyDrawingType 
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Public propertyHeader
(Overrides CursorBaseHeader)
Public propertyIcon
(Inherited from CursorBase)
Public propertyIsCheckable
(Inherited from CursorBase)
Public propertyIsChecked
(Inherited from CursorBase)
Public propertyIsEnabled
(Inherited from CursorBase)
Public propertyItem Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyStyleTemplate
(Inherited from CursorBase)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also