'Declaration <DescriptionAttribute("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")> <DefaultValueAttribute(True)> <CategoryAttribute("Behavior")> Public Property FillDraggedRegion As Boolean
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [DefaultValue(True)] [Category("Behavior")] public bool FillDraggedRegion { get; set; }
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [DefaultValue(True)] [Category("Behavior")] 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.")] [DefaultValue(True)] [Category("Behavior")] public:
property bool FillDraggedRegion { bool get(); void set(bool value); }
Property Value
True - визуальный инструмент должен заполнять перетаскиваемую область цветом DraggedRegionFillColor; false - визуальный инструмент не должен изменять перетаскиваемую область, т. е. область изображения просто скопирована в другую область того же изображения.
Значение по умолчанию - true.
Значение по умолчанию - true.