Height Property (IGraphic)
In This Topic
Gets or sets a
System.Double value that represents the height, in pixels, of the object.
Syntax
'Declaration
Property Height As Integer
'Usage
Dim instance As IGraphic
Dim value As Integer
instance.Height = value
value = instance.Height
See Also