Connector.OnLayout(ActivityDesignerLayoutEventArgs) 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.
Notifies the Connector that layout operations are occurring.
protected public:
virtual void OnLayout(System::Workflow::ComponentModel::Design::ActivityDesignerLayoutEventArgs ^ e);
protected internal virtual void OnLayout (System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs e);
abstract member OnLayout : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
override this.OnLayout : System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs -> unit
Protected Friend Overridable Sub OnLayout (e As ActivityDesignerLayoutEventArgs)
Parameters
The ActivityDesignerLayoutEventArgs that contains the event data.
Remarks
OnLayout clears ConnectorSegments and repopulates it with a new range of points.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.