VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI Namespace / WpfDicomSeriesManagerControl Class / StudyTextBlockFormat Property
Syntax Requirements SeeAlso
In This Topic
    StudyTextBlockFormat Property (WpfDicomSeriesManagerControl)
    In This Topic
    Gets or sets the format string for study text block.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property StudyTextBlockFormat As WpfDicomSeriesManagerTextLine[]
    
    
    [Browsable(False)]
    public WpfDicomSeriesManagerTextLine[] StudyTextBlockFormat { get; set; }
    
    
    [Browsable(False)]
    public: __property WpfDicomSeriesManagerTextLine*[] get_StudyTextBlockFormat();
    public: __property void set_StudyTextBlockFormat(
    WpfDicomSeriesManagerTextLine*[]* value
    );
    [Browsable(False)]
    public:
    property WpfDicomSeriesManagerTextLine^[] StudyTextBlockFormat { WpfDicomSeriesManagerTextLine^[] get(); void set(array<WpfDicomSeriesManagerTextLine^>^ value); }

    Property Value

    Default value is array with the following labels: "{StudyDate:d} {StudyTime:hh\\:mm\\:ss}", "{StudyDescription}", "{Modality}: {Runtime!SeriesCount} series".
    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