IGraphFormattedLabel Interface

Definition

Interface representing an extension that can provide optional formatted labels for a GraphObject (i.e. labels that aren't permanently stored with the object).

public interface class IGraphFormattedLabel
public interface IGraphFormattedLabel
type IGraphFormattedLabel = interface
Public Interface IGraphFormattedLabel

Methods

Description(GraphObject, String)

Provides an optional description to associate with the node. A common use for the consumer is to display this as a tool tip.

Label(GraphObject, String)

Provides an optional label that the consumer will use instead of the node's Label property.

Applies to