VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.Measurements Namespace / WpfImageMeasureTool Class / TextBlockFont Property
Syntax Requirements SeeAlso
In This Topic
    TextBlockFont Property (WpfImageMeasureTool)
    In This Topic
    Gets or sets the font for all text blocks of measure tool.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The font for all text blocks of measure tool.")>
    <CategoryAttribute("Text Block")>
    Public Property TextBlockFont As Vintasoft.Imaging.Annotation.AnnotationFont
    
    
    [Description("The font for all text blocks of measure tool.")]
    [Category("Text Block")]
    public Vintasoft.Imaging.Annotation.AnnotationFont TextBlockFont { get; set; }
    
    
    [Description("The font for all text blocks of measure tool.")]
    [Category("Text Block")]
    public: __property Vintasoft.Imaging.Annotation.AnnotationFont* get_TextBlockFont();
    public: __property void set_TextBlockFont(
    Vintasoft.Imaging.Annotation.AnnotationFont* value
    );
    [Description("The font for all text blocks of measure tool.")]
    [Category("Text Block")]
    public:
    property Vintasoft.Imaging.Annotation.AnnotationFont^ TextBlockFont { Vintasoft.Imaging.Annotation.AnnotationFont^ get(); void set(Vintasoft.Imaging.Annotation.AnnotationFont^ value); }

    Property Value

    Default value is AnnotationFont("Arial", 14f).
    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