DiagramLite Programmer's Guide
Layer Members
Constructors Fields Properties
 


Represents a layer in a Diagram object.

The following tables list the members exposed by the Layer type.

 Public Constructors

  Name Description

Layer

Initializes a new instance of the Layer class.

 Public Fields

  Name Description

ActiveProperty

Identifies the Active dependency property.

LockedProperty

Identifies the Locked dependency property.

TitleProperty

Identifies the Title dependency property.

VisibleProperty

Identifies the Visible dependency property.

 Public Properties

  Name Description

Active

Gets or sets a value indicating whether this layer is the active layer of the Diagram. This is a dependency property.

Diagram

For internal use.

Locked

Gets or sets a value indicating whether the layer is locked. This is a dependency property.

Title

Gets or sets a title associated with the layer. This is a dependency property.

Visible

Gets or sets a value indicating whether the layer is visible. This is a dependency property.

ZIndex

Gets or sets the z-index of the layer.

 See Also

Layer Class
MindFusion.Diagramming Namespace