[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); }
'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether view should measure annotation and move text block synchronously.")> Public Property IsMeasureAnnotationAndTextBlockMoveSynchronously As Boolean
Property Value
True - view should measure annotation and move text block synchronously; otherwise, false.
Default value: True.
Default value: True.