CompositeActivityDesigner.OnLayoutPosition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs layout and positioning tasks for the contained visual cues or designers on the CompositeActivityDesigner to reposition its child activities.
protected:
override void OnLayoutPosition(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected override void OnLayoutPosition (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
override this.OnLayoutPosition : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
Protected Overrides Sub OnLayoutPosition (e As ActivityDesignerLayoutEventArgs)
Parameters
The ActivityDesignerLayoutEventArgs that contains the event data.
Exceptions
e
contains a null reference (Nothing
in Visual Basic).
Remarks
OnLayoutPosition performs layout tasks for all of the child activity designers that the CompositeActivityDesigner contains.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET