Search
Layer Members
Constructors 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 Properties

  Name Description

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