C# Класс Axiom.Overlays.OverlayElement.VerticalAlignmentAttributeCommand

Наследование: IPropertyCommand
Показать файл Открыть проект

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

Метод Описание
Get ( object target ) : string

Gets the value for this command from the target object.

Set ( object target, string val ) : void

Sets the value for this command on the target object.

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

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

Gets the value for this command from the target object.
public Get ( object target ) : string
target object
Результат string

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

Sets the value for this command on the target object.
public Set ( object target, string val ) : void
target object
val string
Результат void