Nevron.Diagram Namespace / NDrawingDocument Class / ActiveLayerUniqueId Property


ActiveLayerUniqueId Property
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Elements")>
<System.ComponentModel.DescriptionAttribute("Controls the currently active layer")>
<System.Xml.Serialization.XmlAttributeAttribute()>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.EditorAttribute(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)>
<System.ComponentModel.TypeConverterAttribute(Nevron.Internal.vlEE)>
Public Property ActiveLayerUniqueId As System.Guid
 
'Usage
 
Dim instance As NDrawingDocument
Dim value As System.Guid
 
instance.ActiveLayerUniqueId = value
 
value = instance.ActiveLayerUniqueId
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also