VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.Wpf.UI Namespace / WpfDicomTextAnnotationView Class / TextSize Property
Syntax Remarks Requirements SeeAlso
In This Topic
TextSize Property (WpfDicomTextAnnotationView)
In This Topic
Gets or sets the size of the text.
Syntax
'Declaration

<CategoryAttribute("Dicom")>
<DescriptionAttribute("The size of the text.")>
Public Property TextSize As Double

[Category("Dicom")]
[Description("The size of the text.")]
public double TextSize { get; set; }

Property Value

Minimum value is 1. Default value is 12.
Remarks

Text size will be changed only if text does not have bounding box, i.e. TextData.HasBoundingBox == false.

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