VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Dicom.UI Namespace / DicomSeriesManagerControl Class / SeriesImageCountAnchor Property
Синтаксис Требования Смотрите также
В этом разделе
    SeriesImageCountAnchor Свойство (DicomSeriesManagerControl)
    В этом разделе
    Возвращает или задает якорь для метки 'series image count' на миниатюре серии.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(BottomRight)>
    <CategoryAttribute("Series Panel Appearance")>
    <DescriptionAttribute("The anchor for the 'series image count' label on series' thumbnail.")>
    Public Property SeriesImageCountAnchor As Vintasoft.Imaging.AnchorType
    
    
    [DefaultValue(BottomRight)]
    [Category("Series Panel Appearance")]
    [Description("The anchor for the 'series image count' label on series' thumbnail.")]
    public Vintasoft.Imaging.AnchorType SeriesImageCountAnchor { get; set; }
    
    
    [DefaultValue(BottomRight)]
    [Category("Series Panel Appearance")]
    [Description("The anchor for the 'series image count' label on series' thumbnail.")]
    public: __property Vintasoft.Imaging.AnchorType get_SeriesImageCountAnchor();
    public: __property void set_SeriesImageCountAnchor(
    Vintasoft.Imaging.AnchorType value
    );
    [DefaultValue(BottomRight)]
    [Category("Series Panel Appearance")]
    [Description("The anchor for the 'series image count' label on series' thumbnail.")]
    public:
    property Vintasoft.Imaging.AnchorType SeriesImageCountAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }
    Требования

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

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