ShapeElement.PaintMoveableDecoratorSelectionLines Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When this shape is selected, whether to draw one selection line to each moveable decorator attached to this shape, if the decorator has been manually placed or sized. The base implementation returns true.
protected:
virtual property bool PaintMoveableDecoratorSelectionLines { bool get(); };
protected virtual bool PaintMoveableDecoratorSelectionLines { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.PaintMoveableDecoratorSelectionLines : bool
Protected Overridable ReadOnly Property PaintMoveableDecoratorSelectionLines As Boolean
Property Value
- Attributes