AmbientTheme.DesignerSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit les paramètres de taille ambiante pour les concepteurs d'activités sur l'aire de conception de workflow.
public:
virtual property System::Workflow::ComponentModel::Design::DesignerSize DesignerSize { System::Workflow::ComponentModel::Design::DesignerSize get(); void set(System::Workflow::ComponentModel::Design::DesignerSize value); };
[System.ComponentModel.Browsable(false)]
public virtual System.Workflow.ComponentModel.Design.DesignerSize DesignerSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DesignerSize : System.Workflow.ComponentModel.Design.DesignerSize with get, set
Public Overridable Property DesignerSize As DesignerSize
Valeur de propriété
Valeur d'énumération DesignerSize qui détermine la taille des concepteurs d'activités sur l'aire de conception de workflow. La valeur par défaut est Medium.
- Attributs