Gets value that indicates whether the selected shapes' levels can be decreased by one. The property returns false if no shape is selected or one of the selected shapes is already the lowest shape. In all other cases the property returns true.

Syntax

public bool CanSendBackward { get; }
Public ReadOnly Property CanSendBackward() As Boolean

Limitations

Read only.