'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.
Значение по умолчанию - true.