VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / TextAnnotationData Class / FontBrush Property
Синтаксис Требования Смотрите также
В этом разделе
    FontBrush Свойство (TextAnnotationData)
    В этом разделе
    Возвращает или задает кисть шрифта аннотации.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The font brush of annotation.")>
    Public Property FontBrush As AnnotationBrushBase
    
    
    [Description("The font brush of annotation.")]
    public AnnotationBrushBase FontBrush { get; set; }
    
    
    [Description("The font brush of annotation.")]
    public: __property AnnotationBrushBase* get_FontBrush();
    public: __property void set_FontBrush(
    AnnotationBrushBase* value
    );
    [Description("The font brush of annotation.")]
    public:
    property AnnotationBrushBase^ FontBrush { AnnotationBrushBase^ get(); void set(AnnotationBrushBase^ value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также