'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether view should measure annotation and move text block synchronously.")> Public Property IsMeasureAnnotationAndTextBlockMoveSynchronously As Boolean
[DefaultValue(True)] [Description("A value indicating whether view should measure annotation and move text block synchronously.")] public bool IsMeasureAnnotationAndTextBlockMoveSynchronously { get; set; }
[DefaultValue(True)] [Description("A value indicating whether view should measure annotation and move text block synchronously.")] public: __property bool get_IsMeasureAnnotationAndTextBlockMoveSynchronously(); public: __property void set_IsMeasureAnnotationAndTextBlockMoveSynchronously(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether view should measure annotation and move text block synchronously.")] public:
property bool IsMeasureAnnotationAndTextBlockMoveSynchronously { bool get(); void set(bool value); }
Property Value
True - представление должно измерять аннотацию и перемещать текстовый блок синхронно; в противном случае, false.
Значение по умолчанию: True.
Значение по умолчанию: True.