'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The fill color for dragged region.")> Public Property DraggedRegionFillColor As System.Windows.Media.Color
[Category("Appearance")] [Description("The fill color for dragged region.")] public System.Windows.Media.Color DraggedRegionFillColor { get; set; }
[Category("Appearance")] [Description("The fill color for dragged region.")] public: __property System.Windows.Media.Color* get_DraggedRegionFillColor(); public: __property void set_DraggedRegionFillColor(
System.Windows.Media.Color* value
);
[Category("Appearance")] [Description("The fill color for dragged region.")] public:
property System.Windows.Media.Color^ DraggedRegionFillColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }
Property Value
Значение по умолчанию - System.Drawing.Color.Black.