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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also