VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomGraphicLayer Class / RecommendedDisplayCieLabValue Property
Syntax Requirements SeeAlso
In This Topic
    RecommendedDisplayCieLabValue Property (DicomGraphicLayer)
    In This Topic
    Gets the value in which it is recommended to render the layer on a color display.
    Syntax
    'Declaration
    
    <CategoryAttribute("Dicom")>
    <DescriptionAttribute("The value in which it is recommended to render the layer on a color display.")>
    Public ReadOnly Property RecommendedDisplayCieLabValue As Vintasoft.Imaging.ImageColors.LabColor
    
    
    [Category("Dicom")]
    [Description("The value in which it is recommended to render the layer on a color display.")]
    public Vintasoft.Imaging.ImageColors.LabColor RecommendedDisplayCieLabValue { get; }
    
    
    [Category("Dicom")]
    [Description("The value in which it is recommended to render the layer on a color display.")]
    public: __property Vintasoft.Imaging.ImageColors.LabColor* get_RecommendedDisplayCieLabValue();
    
    
    
    [Category("Dicom")]
    [Description("The value in which it is recommended to render the layer on a color display.")]
    public:
    property Vintasoft.Imaging.ImageColors.LabColor^ RecommendedDisplayCieLabValue { Vintasoft.Imaging.ImageColors.LabColor^ get(); }
    Requirements

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

    See Also