'Declaration <DescriptionAttribute("A value indicating whether automatic configuration of levels and radius should be used.")> <DefaultValueAttribute(True)> Public Property AutoConfigureLevels As Boolean
[Description("A value indicating whether automatic configuration of levels and radius should be used.")] [DefaultValue(True)] public bool AutoConfigureLevels { get; set; }
[Description("A value indicating whether automatic configuration of levels and radius should be used.")] [DefaultValue(True)] public: __property bool get_AutoConfigureLevels(); public: __property void set_AutoConfigureLevels(
bool value
);
[Description("A value indicating whether automatic configuration of levels and radius should be used.")] [DefaultValue(True)] public:
property bool AutoConfigureLevels { bool get(); void set(bool value); }
Property Value
true, если включена автоматическая настройка уровней и радиуса; в противном случае - false. Значение по умолчанию - true.