Packagecom.yworks.yfiles.util
Interfacepublic interface BooleanValueSettable

Specifies the contract of modifiable boolean value objects.



Public Properties
 PropertyDefined By
  value : Boolean
[write-only] Sets the object's data.
BooleanValueSettable
Property Detail
valueproperty
value:Boolean  [write-only]

Sets the object's data.


Implementation
    public function set value(value:Boolean):void