| Package | com.yworks.yfiles.layout |
| Interface | public interface LabelLayout |
| Implementors | LabelLayoutImpl |
| Property | Defined By | ||
|---|---|---|---|
| box : YRectangle [read-only]
Returns the bounding box of the label
| LabelLayout | ||
| modelParameter : Object
Specifies the label model parameter that describes the position of this label. | LabelLayout | ||
| orientedBox : YOrientedRectangle [read-only]
Returns the box of the label
| LabelLayout | ||
| box | property |
box:YRectangle [read-only] Returns the bounding box of the label
public function get box():YRectangle| modelParameter | property |
modelParameter:ObjectSpecifies the label model parameter that describes the position of this label.
public function get modelParameter():Object public function set modelParameter(value:Object):void| orientedBox | property |
orientedBox:YOrientedRectangle [read-only] Returns the box of the label
public function get orientedBox():YOrientedRectangle