VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom.UI Namespace / DicomRulerAnnotationView Class / TextSize Property
Syntax Requirements SeeAlso
In This Topic
    TextSize Property (DicomRulerAnnotationView)
    In This Topic
    Gets or sets the text size.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The text size.")>
    <CategoryAttribute("Dicom")>
    Public Property TextSize As Single
    
    
    [Description("The text size.")]
    [Category("Dicom")]
    public float TextSize { get; set; }
    
    
    [Description("The text size.")]
    [Category("Dicom")]
    public: __property float get_TextSize();
    public: __property void set_TextSize(
    float value
    );
    [Description("The text size.")]
    [Category("Dicom")]
    public:
    property float TextSize { float get(); void set(float value); }

    Property Value

    Minimum value is 1. Default value is 12.
    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