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

    Property Value

    Default value is array with the following labels: "{PatientName}", "", "{PatientBirthDate:d}".
    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