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

    Property Value

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