VintaSoft Imaging .NET SDK 15.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI Namespace / DicomSeriesManagerControl Class / SeriesImageCountTextColor Property
Syntax Requirements SeeAlso
In This Topic
    SeriesImageCountTextColor Property (DicomSeriesManagerControl)
    In This Topic
    Gets or sets the text color for the 'series image count' label on series' thumbnail.
    Syntax
    'Declaration
    
    <CategoryAttribute("Series Panel Appearance")>
    <DescriptionAttribute("The text color for the 'series image count' label on series' thumbnail.")>
    <DesignerSerializationVisibilityAttribute(Visible)>
    Public Property SeriesImageCountTextColor As System.Drawing.Color
    
    
    [Category("Series Panel Appearance")]
    [Description("The text color for the 'series image count' label on series' thumbnail.")]
    [DesignerSerializationVisibility(Visible)]
    public System.Drawing.Color SeriesImageCountTextColor { get; set; }
    
    
    [Category("Series Panel Appearance")]
    [Description("The text color for the 'series image count' label on series' thumbnail.")]
    [DesignerSerializationVisibility(Visible)]
    public: __property System.Drawing.Color* get_SeriesImageCountTextColor();
    public: __property void set_SeriesImageCountTextColor(
    System.Drawing.Color* value
    );
    [Category("Series Panel Appearance")]
    [Description("The text color for the 'series image count' label on series' thumbnail.")]
    [DesignerSerializationVisibility(Visible)]
    public:
    property System.Drawing.Color^ SeriesImageCountTextColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
    Requirements

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

    See Also