'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the divisor is calculated automatically.")> Public Property AutoCalculateMatrixDivisor As Boolean
[DefaultValue(True)] [Description("A value indicating whether the divisor is calculated automatically.")] public bool AutoCalculateMatrixDivisor { get; set; }
[DefaultValue(True)] [Description("A value indicating whether the divisor is calculated automatically.")] public: __property bool get_AutoCalculateMatrixDivisor(); public: __property void set_AutoCalculateMatrixDivisor(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether the divisor is calculated automatically.")] public:
property bool AutoCalculateMatrixDivisor { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.