MindFusion.Wpf Pack Programmer's Guide
Layer Members
Constructors Fields Properties Methods Events
 


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.

Locked

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

Title

Gets or sets a title associated with the layer.

Visible

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

ZIndex

Gets or sets the z-index of the layer.

 Protected Methods

  Name Description

OnPropertyChanged

Raises the PropertyChanged event.

 Public Events

  Name Description

PropertyChanged

INotifyPropertyChanged.PropertyChanged implementation.

 See Also

Layer Class
MindFusion.Diagramming.Wpf Namespace