VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfDragDropSelectionTool Class / FillDraggedRegion Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    FillDraggedRegion Свойство (WpfDragDropSelectionTool)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли этот визуальный инструмент заполнять перетаскиваемую область цветом DraggedRegionFillColor.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")>
    <CategoryAttribute("Behavior")>
    <DefaultValueAttribute(True)>
    Public Property FillDraggedRegion As Boolean
    
    
    [Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")]
    [Category("Behavior")]
    [DefaultValue(True)]
    public bool FillDraggedRegion { get; set; }
    
    
    [Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")]
    [Category("Behavior")]
    [DefaultValue(True)]
    public: __property bool get_FillDraggedRegion();
    public: __property void set_FillDraggedRegion(
    bool value
    );
    [Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")]
    [Category("Behavior")]
    [DefaultValue(True)]
    public:
    property bool FillDraggedRegion { bool get(); void set(bool value); }

    Property Value

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

    Значение этого свойства игнорируется при нажатии клавиши CTRL.

    Требования

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

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