Gets or sets the "Graphic Layer" (0070,0002) attribute value in the "Graphic Annotation Sequence" (0070,0001).
Supported in Silverlight, Windows Phone 7.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public Property LayerName As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomTextObject
Dim value As String
instance.LayerName = value
value = instance.LayerName |
C# | |
---|
public override string LayerName {get; set;} |
Property Value
Value indicating the "Graphic Layer" (0070,0002) attribute value in the "Graphic Annotation Sequence" (0070,0001)
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also