VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomTextAnnotationView Class / TextSize Property
Syntax Remarks Requirements SeeAlso
In This Topic
    TextSize Property (DicomTextAnnotationView)
    In This Topic
    Gets or sets the size of the text.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The size of the text.")>
    <CategoryAttribute("Dicom")>
    Public Property TextSize As Single
    
    
    [Description("The size of the text.")]
    [Category("Dicom")]
    public float TextSize { get; set; }
    
    
    [Description("The size of the text.")]
    [Category("Dicom")]
    public: __property float get_TextSize();
    public: __property void set_TextSize(
    float value
    );
    [Description("The size of the text.")]
    [Category("Dicom")]
    public:
    property float TextSize { float get(); void set(float 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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also