VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools Namespace / WpfDicomDataElementTextOverlay Class / TextFormat Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    TextFormat Property (WpfDicomDataElementTextOverlay)
    In This Topic
    Gets or sets the text format for a text, which must be drawn in viewer.
    Syntax
    'Declaration
    
    <DefaultValueAttribute("")>
    <DescriptionAttribute("The text format for a text, which must be drawn in viewer.")>
    Public Property TextFormat As System.String
    
    
    [DefaultValue("")]
    [Description("The text format for a text, which must be drawn in viewer.")]
    public System.String TextFormat { get; set; }
    
    
    [DefaultValue("")]
    [Description("The text format for a text, which must be drawn in viewer.")]
    public: __property System.String get_TextFormat();
    public: __property void set_TextFormat(
    System.String value
    );
    [DefaultValue("")]
    [Description("The text format for a text, which must be drawn in viewer.")]
    public:
    property System.String TextFormat { System.String get(); void set(System.String value); }

    Property Value

    Default value is string.Empty.
    Exceptions
    ExceptionDescription
    Thrown if textFormat is not correct.
    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