VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / SeriesImageCountAnchor Property
Syntax Requirements SeeAlso
In This Topic
    SeriesImageCountAnchor Property (WpfDicomSeriesManagerControl)
    In This Topic
    Gets or sets the anchor for the 'series image count' label on series' thumbnail.
    Syntax
    'Declaration
    
    <CategoryAttribute("Series Panel Appearance")>
    <DefaultValueAttribute(BottomRight)>
    <DescriptionAttribute("The anchor for the 'series image count' label on series' thumbnail.")>
    Public Property SeriesImageCountAnchor As Vintasoft.Imaging.AnchorType
    
    
    [Category("Series Panel Appearance")]
    [DefaultValue(BottomRight)]
    [Description("The anchor for the 'series image count' label on series' thumbnail.")]
    public Vintasoft.Imaging.AnchorType SeriesImageCountAnchor { get; set; }
    
    
    [Category("Series Panel Appearance")]
    [DefaultValue(BottomRight)]
    [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
    );
    [Category("Series Panel Appearance")]
    [DefaultValue(BottomRight)]
    [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); }
    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