Description
Width of the entity display object. DATATYPE: Integer.
Property Type
- Read-write property
Syntax
Public Property HorizontalSize() As Variant
Example
Dim MyEntityDisplay As EntityDisplay Dim HorizSize As Integer HorizSize = 250 MyEntityDisplay.HorizontalSize = HorizSize
See Also