'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the annotation must use units of measure for axes.")> Public Property UseAxisUnits As Boolean
[DefaultValue(False)] [Description("A value indicating whether the annotation must use units of measure for axes.")] public bool UseAxisUnits { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the annotation must use units of measure for axes.")] public: __property bool get_UseAxisUnits(); public: __property void set_UseAxisUnits(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the annotation must use units of measure for axes.")] public:
property bool UseAxisUnits { bool get(); void set(bool value); }
Property Value
true, если в аннотации должны использоваться единицы измерения для осей; в противном случае - false. Значение по умолчанию - false.