←Select platform

Label Property

Summary
Gets or sets a value that contains user defined text, which may be used to label or name this overlay.
Syntax
C#
VB
Objective-C
C++
Java
public string Label { get; set; } 
Public Property Label As String 
@property (nonatomic, copy, nullable) NSString *label 
public String getLabel() 
public void setLabel(String value) 
public: 
property String^ Label { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A String that contains user defined text, which may be used to label or name this overlay.

Remarks

For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.