Show / Hide Table of Contents

Class Anchor

Represents a labelled anchor on a ScaleDomain.

Inheritance
System.Object
NotificationObject
Anchor
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Anchor : NotificationObject

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
System.String

Value

The value to which the category should be applied.

Declaration
public decimal ? Value { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica