Show / Hide Table of Contents

Class Anchor

Represents a labelled anchor on a ScaleDomain.

Inheritance
Object
NotificationObject
Anchor
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Anchor : NotificationObject, INotifyPropertyChanged

Properties

Category

The Category containing the label to be applied to a specific point in a scale.

Declaration
public Category Category { get; set; }
Property Value
Type Description
Category

DisplayLabel

Gets the display label.

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
String

Value

The value to which the category should be applied.

Declaration
[AlsoNotifyFor("DisplayLabel")]
public decimal? Value { get; set; }
Property Value
Type Description
Nullable<Decimal>

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX