'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether selection can be used only on image area.")> <CategoryAttribute("Behavior")> Public Property SelectionOnlyOnImage As Boolean
[DefaultValue(True)] [Description("A value indicating whether selection can be used only on image area.")] [Category("Behavior")] public bool SelectionOnlyOnImage { get; set; }
[DefaultValue(True)] [Description("A value indicating whether selection can be used only on image area.")] [Category("Behavior")] public: __property bool get_SelectionOnlyOnImage(); public: __property void set_SelectionOnlyOnImage(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether selection can be used only on image area.")] [Category("Behavior")] public:
property bool SelectionOnlyOnImage { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.