VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.UI Namespace / DicomSeriesManagerControl Class / ThumbnailImageBorderColor Property
Синтаксис Требования Смотрите также
В этом разделе
    ThumbnailImageBorderColor Свойство (DicomSeriesManagerControl)
    В этом разделе
    Возвращает или задает цвет границы миниатюрного изображения для панели 'series'.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Series Panel Appearance")>
    <DesignerSerializationVisibilityAttribute(Visible)>
    <DescriptionAttribute("The thumbnail image border color for 'series' panel.")>
    Public Property ThumbnailImageBorderColor As System.Drawing.Color
    
    
    [Category("Series Panel Appearance")]
    [DesignerSerializationVisibility(Visible)]
    [Description("The thumbnail image border color for 'series' panel.")]
    public System.Drawing.Color ThumbnailImageBorderColor { get; set; }
    
    
    [Category("Series Panel Appearance")]
    [DesignerSerializationVisibility(Visible)]
    [Description("The thumbnail image border color for 'series' panel.")]
    public: __property System.Drawing.Color* get_ThumbnailImageBorderColor();
    public: __property void set_ThumbnailImageBorderColor(
    System.Drawing.Color* value
    );
    [Category("Series Panel Appearance")]
    [DesignerSerializationVisibility(Visible)]
    [Description("The thumbnail image border color for 'series' panel.")]
    public:
    property System.Drawing.Color^ ThumbnailImageBorderColor { System.Drawing.Color^ get(); void set(System.Drawing.Color^ value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также