Class LayerCollection
public sealed class LayerCollection : Entity
- Inheritance
-
LayerCollection
Properties
public Layer ActiveLayer { get; set; }
- Property Value: Layer
public Layer Default { get; }
- Property Value: Layer
public bool IsolateActiveLayer { get; set; }
- Property Value: bool
public Layer this[int i] { get; }
iint
- Property Value: Layer
public Model Model { get; set; }
- Property Value: Model
Methods
public void Add(Layer layer)
layerLayer
public Layer Find(Guid? guid)
guidGuid?
- Returns: Layer
public IEnumerator<Layer> GetEnumerator()
- Returns: IEnumerator<Layer>
public bool Move(Layer layer, int newIndex)
- Returns: bool
public void OnActivated()
public override void OnBeginDeserializing(SerializationContext context)
contextSerializationContext
public void Remove(Layer layer)
layerLayer
Events
public event NotifyCollectionChangedEventHandler CollectionChanged
- Event Type: NotifyCollectionChangedEventHandler