C# Class Axiom.Overlays.OverlayElement.VerticalAlignmentAttributeCommand

Inheritance: IPropertyCommand
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
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.

Method Details

Get() public méthode

Gets the value for this command from the target object.
public Get ( object target ) : string
target object
Résultat string

Set() public méthode

Sets the value for this command on the target object.
public Set ( object target, string val ) : void
target object
val string
Résultat void