In This Topic
Gets or sets the height of the object.
Syntax
'Declaration
Public Overridable Property Height As Integer
'Usage
Dim instance As XShape
Dim value As Integer
instance.Height = value
value = instance.Height
public virtual int Height {get; set;}
See Also