ActivityDesignerResizeEventArgs Třída

Definice

Upozornění

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

public ref class ActivityDesignerResizeEventArgs : EventArgs
public class ActivityDesignerResizeEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ActivityDesignerResizeEventArgs : EventArgs
type ActivityDesignerResizeEventArgs = class
    inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityDesignerResizeEventArgs = class
    inherit EventArgs
Public Class ActivityDesignerResizeEventArgs
Inherits EventArgs
Dědičnost
ActivityDesignerResizeEventArgs
Atributy

Poznámky

Note

Tento materiál popisuje typy a obory názvů, které jsou zastaralé. Další informace najdete v tématu Deprecated Types in Windows Workflow Foundation 4.5.

ActivityDesignerResizeEventArgs obsahuje informace používané návrhářem aktivit, když uživatel změnil velikost návrháře aktivity na návrhové ploše pracovního postupu. Tyto informace zahrnují okraj návrháře, který se používá ke změně velikosti návrháře a nových hranic návrháře.

Konstruktory

Name Description
ActivityDesignerResizeEventArgs(DesignerEdges, Rectangle)
Zastaralé.

Inicializuje novou instanci ActivityDesignerResizeEventArgs třídy pomocí zadané DesignerEdges hodnoty a Rectangle.

Vlastnosti

Name Description
Bounds
Zastaralé.

Získá nový ohraničující obdélník pro ActivityDesigner plochu návrhu pracovního postupu.

SizingEdge
Zastaralé.

Získá okraj návrháře použitý ke změně velikosti ActivityDesigner plochy návrhu pracovního postupu.

Metody

Name Description
Equals(Object)
Zastaralé.

Určuje, zda je zadaný objekt roven aktuálnímu objektu.

(Zděděno od Object)
GetHashCode()
Zastaralé.

Slouží jako výchozí funkce hash.

(Zděděno od Object)
GetType()
Zastaralé.

Získá Type aktuální instance.

(Zděděno od Object)
MemberwiseClone()
Zastaralé.

Vytvoří mělkou kopii aktuálního Object.

(Zděděno od Object)
ToString()
Zastaralé.

Vrátí řetězec, který představuje aktuální objekt.

(Zděděno od Object)

Platí pro