Nevron.Diagram Namespace / NLabel Class / AnchorUniqueId Property


AnchorUniqueId Property (NLabel)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.DescriptionAttribute("Specifies the id of the model to which this label is anchored")>
<System.Xml.Serialization.XmlAttributeAttribute()>
<System.ComponentModel.EditorAttribute(Nevron.Internal.AMEE, System.Drawing.Design.UITypeEditor)>
<System.ComponentModel.TypeConverterAttribute(Nevron.Internal.vlEE)>
Public Property AnchorUniqueId As System.Guid
 
'Usage
 
Dim instance As NLabel
Dim value As System.Guid
 
instance.AnchorUniqueId = value
 
value = instance.AnchorUniqueId
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