Show / Hide Table of Contents

    Interface IOverrideLinked

    An annotation element which may be linked to the value of a property of another element.

    Namespace: Elements.Annotations
    Assembly: Hypar.Elements.dll
    Syntax
    public interface IOverrideLinked

    Properties

    LinkedProperty

    The property to which this annotation is linked.

    Declaration
    LinkedPropertyInfo LinkedProperty { get; set; }
    Property Value
    Type Description
    LinkedPropertyInfo

    Null if not linked, otherwise, a LinkedPropertyInfo describing the linked element, property, and override details.