API Reference

Enum

VisioStencilProfileUsageKind

Namespace OfficeIMO.Visio
Assembly OfficeIMO.Visio
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Classification for a stencil profile usage group.

Inheritance

  • Enum
  • VisioStencilProfileUsageKind

Usage

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

Values

public const VisioStencilProfileUsageKind PackageBackedMaster #

Shape uses a master imported from a stencil package or document package.

Value: 0
public const VisioStencilProfileUsageKind GeneratedMaster #

Shape uses a generated OfficeIMO master.

Value: 1
public const VisioStencilProfileUsageKind BasicGeometry #

Shape is direct geometry rather than a registered master instance.

Value: 2
public const VisioStencilProfileUsageKind SemanticOnly #

Shape has no useful geometry or master identity and is grouped by semantic kind.

Value: 3