VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomAnnotationView Class / Name Property
Syntax Requirements SeeAlso
In This Topic
    Name Property (DicomAnnotationView)
    In This Topic
    Gets or sets the name of annotation.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Shadows Property Name As System.String
    
    
    [Browsable(False)]
    public new System.String Name { get; set; }
    
    
    [Browsable(False)]
    public: __property new System.String get_Name();
    public: __property new void set_Name(
    System.String value
    );
    [Browsable(False)]
    public:
    new property System.String Name { System.String get(); void set(System.String value); }

    Property Value

    Always returns String.Empty.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also