Table of Contents

Class Layer

Namespace
Macad.Core.Topology
Assembly
Macad.Core.dll
public class Layer : Entity
Inheritance
object
Layer

Constructors

public Layer()

Properties

public LayerCollection Collection { get; set; }
Property Value: LayerCollection

public Color Color { get; set; }
Property Value: Color

public bool IsActive { get; }
Property Value: bool

public bool IsLocked { get; set; }
Property Value: bool

public bool IsVisible { get; set; }
Property Value: bool

public LineStyle LineStyle { get; set; }
Property Value: LineStyle

public LineThickness LineThickness { get; set; }
Property Value: LineThickness

public override string Name { get; set; }
Property Value: string

public PresentationMode PresentationMode { get; set; }
Property Value: PresentationMode

public float Transparency { get; set; }
Property Value: float

Methods

public override void OnBeginDeserializing(SerializationContext context)
context SerializationContext

public void RaiseInteractivityChanged()

public void RaisePresentationChanged()

Events

public static event Layer.LayerChangedEventHandler InteractivityChanged
Event Type: Layer.LayerChangedEventHandler

public static event Layer.LayerChangedEventHandler PresentationChanged
Event Type: Layer.LayerChangedEventHandler