The LayerName Property is available in LEADTOOLS Medical Imaging toolkits.
Gets or sets the layer name used when calling FromAnnObject. Supported in Silverlight, Windows Phone 7Visual Basic (Declaration) | |
---|---|
Public Property LayerName As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomAnnotationsUtilities Dim value As String instance.LayerName = value value = instance.LayerName |
C# | |
---|---|
public string LayerName {get; set;} |
Property Value
The layer name used when calling FromAnnObject.For an example, refer to FromAnnObject.
An Leadtools.Annotations.AnnObject has no layer name, but a Leadtools.Dicom.DicomAnnotationObject does have a layer name. When calling FromAnnObject to convert an Leadtools.Annotations.AnnObject, the LayerName is used to set the layer name of the resulting Leadtools.Dicom.DicomAnnotationObject.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)