VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfWidgetAnnotation Class / HighlightingMode Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    HighlightingMode Свойство (PdfWidgetAnnotation)
    В этом разделе
    Возвращает или задает режим подсветки аннотации, визуальный эффект, который будет использоваться при нажатии или удержании кнопки мыши внутри ее активной области.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(Default)>
    Public Property HighlightingMode As PdfAnnotationHighlightingMode
    
    
    [Description("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")]
    [Category("Appearance")]
    [DefaultValue(Default)]
    public PdfAnnotationHighlightingMode HighlightingMode { get; set; }
    
    
    [Description("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")]
    [Category("Appearance")]
    [DefaultValue(Default)]
    public: __property PdfAnnotationHighlightingMode get_HighlightingMode();
    public: __property void set_HighlightingMode(
    PdfAnnotationHighlightingMode value
    );
    [Description("The annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.")]
    [Category("Appearance")]
    [DefaultValue(Default)]
    public:
    property PdfAnnotationHighlightingMode HighlightingMode { PdfAnnotationHighlightingMode get(); void set(PdfAnnotationHighlightingMode value); }

    Property Value

    Значение по умолчанию - PdfAnnotationHighlightingMode.Default.
    Ремарки

    Режим подсветки, отличный от PdfAnnotationHighlightingMode.Push переопределяет любой внешний вид, определенный для аннотации.

    Требования

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

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