VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools Namespace / WpfDicomImageVoiLutTextOverlay Class / TextFormat Property
Syntax Exceptions Requirements SeeAlso
In This Topic
TextFormat Property (WpfDicomImageVoiLutTextOverlay)
In This Topic
Gets or sets the format of VOI LUT value.
Syntax
'Declaration

<DescriptionAttribute("The format of VOI LUT value.")>
<DefaultValueAttribute("WC: {0:0.#} WW: {1:0.#}")>
Public Property TextFormat As System.String

[Description("The format of VOI LUT value.")]
[DefaultValue("WC: {0:0.#} WW: {1:0.#}")]
public System.String TextFormat { get; set; }

Property Value

Default value is WC: {0:0.#} WW: {1:0.#}.
Exceptions
ExceptionDescription
Thrown if value is null or empty.
Thrown if value contatins invalid string format.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also