FreeformActivityDesigner.Location Propriedade
Definição
Obtém ou define o local do FreeformActivityDesigner em coordenadas lógicas.Gets or sets the location of the FreeformActivityDesigner in logical coordinates.
public:
virtual property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
public override System.Drawing.Point Location { get; set; }
member this.Location : System.Drawing.Point with get, set
Public Overrides Property Location As Point
Valor da propriedade
Um Point que representa o local das FreeformActivityDesigner coordenadas lógicas.A Point that represents the location of the FreeformActivityDesigner in logical coordinates.
Comentários
Quando Location é definido devido a um redimensionamento do usuário FreeformActivityDesigner , o designer mantém as posições relativas de seus designers filho.When Location is set due to a user resizing the FreeformActivityDesigner, the designer maintains the relative positions of its child designers.