API Reference

Class

VisioNetworkZoneRecord

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Modifiers sealed

Simple data record used to import network zones into VisioNetworkDiagramBuilder.

Inheritance

  • Object
  • VisioNetworkZoneRecord

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public VisioNetworkZoneRecord(String id, String text, Int32 column, Int32 row, Int32 columnSpan, Int32 rowSpan) #

Initializes a network zone import record.

Parameters

id System.String requiredposition: 0
text System.String requiredposition: 1
column System.Int32 requiredposition: 2
row System.Int32 requiredposition: 3
columnSpan System.Int32 requiredposition: 4
rowSpan System.Int32 requiredposition: 5

Properties

public String Id { get; } #

Stable zone id.

public String Text { get; } #

Visible zone label.

public Int32 Column { get; } #

Zero-based grid column.

public Int32 Row { get; } #

Zero-based grid row.

public Int32 ColumnSpan { get; } #

Number of grid columns spanned by this zone.

public Int32 RowSpan { get; } #

Number of grid rows spanned by this zone.

public IDictionary<String, String> ShapeData { get; } #

Shape Data rows to apply to the generated zone background.

public String HyperlinkAddress { get; set; } #

Optional hyperlink address attached to the generated zone background.

public String HyperlinkDescription { get; set; } #

Optional hyperlink description attached to the generated zone background.