DicomObjects.NET.V8
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:
    property DicomLabel^ Label {
       DicomLabel^ get();
       void set (    DicomLabel^ value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also