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