WorkflowDesignerIcons.DesignerItems.MoveUpButton Property

Definition

Gets or sets the button control to move up the selected component(s) on the design surface.

public:
 static property System::Windows::Media::DrawingBrush ^ MoveUpButton { System::Windows::Media::DrawingBrush ^ get(); void set(System::Windows::Media::DrawingBrush ^ value); };
public static System.Windows.Media.DrawingBrush MoveUpButton { get; set; }
static member MoveUpButton : System.Windows.Media.DrawingBrush with get, set
Public Shared Property MoveUpButton As DrawingBrush

Property Value

The button control to move up the selected component(s) on the design surface.

Applies to