Package | stimulsoft.report.styles.conditions.elements |
Class | public class StiStyleConditionLocationElement |
Inheritance | StiStyleConditionLocationElement ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
location : int Gets or sets variant of component location on parent component area. | StiStyleConditionLocationElement | ||
operationLocation : int Gets or sets type of operation which will be used for comparison of component locations. | StiStyleConditionLocationElement |
Method | Defined By | ||
---|---|---|---|
StiStyleConditionLocationElement(location:int, operationLocation:int) | StiStyleConditionLocationElement |
location | property |
location:int
Gets or sets variant of component location on parent component area.
public function get location():int
public function set location(value:int):void
operationLocation | property |
operationLocation:int
Gets or sets type of operation which will be used for comparison of component locations.
public function get operationLocation():int
public function set operationLocation(value:int):void
StiStyleConditionLocationElement | () | Constructor |
public function StiStyleConditionLocationElement(location:int, operationLocation:int)
location:int | |
operationLocation:int |