C# Класс Canguro.Commands.Model.MoveToLayerCmd

Model Command to Move all selected items to the current Layer.
Наследование: ModelCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( Canguro services ) : void

Executes the command. Sets the Layer property of all the selected Items to point to the Active Layer

Описание методов

Run() публичный Метод

Executes the command. Sets the Layer property of all the selected Items to point to the Active Layer
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
Результат void