HyperlinkBase

DiagramPackage.HyperlinkBase property

Gets or sets the path to be used for relative hyperlinks (hyperlinks for which the linked file location is described in relation to the Microsoft Visio diagram). By default, a hyperlink path is relative to the current document unless a different path is specified in this element. Maximum length is 256 characters.

public string HyperlinkBase { get; set; }

Property Value

The path to be used for relative hyperlinks.

See Also