Horizontal_State - DfBaselineControl
Specifies whether the line is horizontal or vertical
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean Horizontal_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Horizontal_State to BooleanVariable |
| Write Access: | Set Horizontal_State to BooleanVariable/Value |
Description
Horizontal_state specifies whether the line is horizontal or vertical. The size of a line must be set according to the setting of this property. When the line is horizontal, the width setting of the size determines the line's length-the height needs to be enough to make the line visible (e.g. Set Size to 2 100). When the line is vertical, the height size setting determines the length-the width needs to be enough to make the line visible (e.g., Set Size to 100 2).
Default is true.