DicomObjects.NET.V8
DicomObjects.EventArguments Namespace / PSLabelCreatedArgs Class / Label Property



    Label Property
    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
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also