VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI Namespace / WpfFreeTextAnnotationView Class / FontBrush Property
Syntax Requirements SeeAlso
In This Topic
    FontBrush Property (WpfFreeTextAnnotationView)
    In This Topic
    Gets or sets the font brush of the annotation.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The font brush of the annotation.")>
    Public Property FontBrush As Vintasoft.Imaging.Annotation.AnnotationBrushBase
    
    
    [Description("The font brush of the annotation.")]
    public Vintasoft.Imaging.Annotation.AnnotationBrushBase FontBrush { get; set; }
    
    
    [Description("The font brush of the annotation.")]
    public: __property Vintasoft.Imaging.Annotation.AnnotationBrushBase* get_FontBrush();
    public: __property void set_FontBrush(
    Vintasoft.Imaging.Annotation.AnnotationBrushBase* value
    );
    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