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