Click or drag to resize

Level2Property Class

Inheritance Hierarchy
SystemObject
  ArthaChitra.Core.ViewModelNotifyPropertyBase
    ArthaChitra.Core.ViewModelServiceBase
      ArthaChitra.Model.CommonPropertyBase
        ArthaChitra.Model.DomDomProperty
          ArthaChitra.Model.DomLevel2Property

Namespace: ArthaChitra.Model.Dom
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class Level2Property : DomProperty

The Level2Property type exposes the following members.

Constructors
 NameDescription
Public methodLevel2Property 
Top
Properties
 NameDescription
Public propertyAskBrush
(Inherited from DomProperty)
Public propertyBidBrush
(Inherited from DomProperty)
Public propertyDisplayPositions
(Inherited from DomProperty)
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Public propertyGridlinePen
(Inherited from DomProperty)
Public propertyIsVolumeFormatted
(Inherited from DomProperty)
Public propertyItem Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyOpacity
(Inherited from DomProperty)
Public propertyProxy
(Inherited from DomProperty)
Public propertyShowGridLines
(Inherited from DomProperty)
Public propertyShowNoOfOrders
(Inherited from DomProperty)
Public propertyTemplate
(Overrides DomPropertyTemplate)
Public propertyYMargin
(Inherited from DomProperty)
Top
Methods
 NameDescription
Public methodClone
(Overrides DomPropertyClone)
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