VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfOverlayImageTool Class / OveralyOnUnfocusedImages Property
Синтаксис Требования Смотрите также
В этом разделе
    OveralyOnUnfocusedImages Свойство (WpfOverlayImageTool)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли визуальный инструмент накладывать изображение на несфокусированные изображения в режиме многостраничного просмотра.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(True)>
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")>
    Public Property OveralyOnUnfocusedImages As Boolean
    
    
    [DefaultValue(True)]
    [Category("Behavior")]
    [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")]
    public bool OveralyOnUnfocusedImages { get; set; }
    
    
    [DefaultValue(True)]
    [Category("Behavior")]
    [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")]
    public: __property bool get_OveralyOnUnfocusedImages();
    public: __property void set_OveralyOnUnfocusedImages(
    bool value
    );
    [DefaultValue(True)]
    [Category("Behavior")]
    [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")]
    public:
    property bool OveralyOnUnfocusedImages { bool get(); void set(bool value); }

    Property Value

    True, если визуальный инструмент должен накладывать изображение на несфокусированные изображения; в противном случае - false. Значение по умолчанию - true.
    Требования

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

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