VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI.Measurements Namespace / WpfImageMeasureTool Class / HighlightedTextBlockFont Property
Синтаксис Требования Смотрите также
В этом разделе
    HighlightedTextBlockFont Свойство (WpfImageMeasureTool)
    В этом разделе
    Возвращает или устанавливает выделенный шрифт для всех текстовых блоков инструмента измерения.
    Синтаксис
    '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

    Значение по умолчанию - AnnotationFont("Arial", 14f).
    Требования

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

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