FlowLayoutSettings.LayoutEngine 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 le moteur de mise en page fluide en cours.
public:
virtual property System::Windows::Forms::Layout::LayoutEngine ^ LayoutEngine { System::Windows::Forms::Layout::LayoutEngine ^ get(); };
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get; }
member this.LayoutEngine : System.Windows.Forms.Layout.LayoutEngine
Public Overrides ReadOnly Property LayoutEngine As LayoutEngine
Valeur de propriété
LayoutEngine actuellement utilisé.
Remarques
La LayoutEngine propriété est généralement utilisée dans deux contextes :
Conteneur qui utilise une disposition de flux.
Un contrôle contenu dans un conteneur de disposition de flux (par exemple, un bouton contenu dans une cellule d’un FlowLayoutPanel).