WorkflowDesignerIcons.DesignerItems.MoveUpButton プロパティ

定義

デザイン サーフェイスで選択したコントロールを上へ移動するボタン コントロールを取得または設定します。

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

プロパティ値

デザイン サーフェイスで選択したコントロールを上へ移動するボタン コントロール。

適用対象