DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / PSLabelCreatedArgs Class / Label Property






In This Topic
    Label Property
    In This Topic
    Label created form the PresentationStateItem
    Syntax
    'Declaration
     
    
    Public Property Label As DicomLabel
    'Usage
     
    
    Dim instance As PSLabelCreatedArgs
    Dim value As DicomLabel
     
    instance.Label = value
     
    value = instance.Label
    public DicomLabel Label {get; set;}
    public read-write property Label: DicomLabel; 
    public function get,set Label : DicomLabel
    public: __property DicomLabel* get_Label();
    public: __property void set_Label( 
       DicomLabel* value
    );
    public:
    property DicomLabel^ Label {
       DicomLabel^ get();
       void set (    DicomLabel^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also