AllowMoveSelectedAnnotations Property (WpfAnnotationVisualTool)
Gets or sets a value indicating whether the annotation viewer allows to move selected annotations together.
'Declaration
Public Property AllowMoveSelectedAnnotations As Boolean
public bool AllowMoveSelectedAnnotations { get; set; }
public: __property bool get_AllowMoveSelectedAnnotations();
public: __property void set_AllowMoveSelectedAnnotations(
bool
);
public:
property bool AllowMoveSelectedAnnotations {
bool get();
void set(bool );
}
Property Value
True if the annotation viewer allows to move selected annotations together; otherwise, false.
Default value is false.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5