IGraphFormattedLabel Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |