VintaSoft Imaging .NET SDK 14.0: 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; }
    
    
    [Category("Dicom")]
    [Description("The size of the text.")]
    public: __property double get_TextSize();
    public: __property void set_TextSize(
    double value
    );
    [Category("Dicom")]
    [Description("The size of the text.")]
    public:
    property double TextSize { double get(); void set(double value); }

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also