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

    Property Value

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