Interface ILayer
Defines a diagramming layer.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
[Obsolete("This interface is reserved for future developments.", true)]
public interface ILayer : ISerializable
Properties
Id
The id of the layer.
Declaration
string Id { get; set; }
Property Value
System.String
|
IsVisible
Gets a value indicating whether this instance is active.
Declaration
bool IsVisible { get; set; }
Property Value
System.Boolean
|