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