DesignerSize Výčet

Definice

Upozornění

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

Určuje nastavení velikosti, které třídy motivu používají k řízení velikosti tříd ActivityDesigner při jejich vykreslení na návrhové ploše pracovního postupu.

public enum class DesignerSize
public enum DesignerSize
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DesignerSize
type DesignerSize = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerSize = 
Public Enum DesignerSize
Dědičnost
DesignerSize
Atributy

Pole

Name Hodnota Description
Small 0

Návrhář aktivity je malý.

Medium 1

Návrhář aktivity je střední.

Large 2

Návrhář aktivity je velký.

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.

Platí pro