Height Property (LineShape)
In This Topic
Gets or sets the height of the line shape.
Syntax
'Declaration
Public Overrides Property Height As Integer
'Usage
Dim instance As LineShape
Dim value As Integer
instance.Height = value
value = instance.Height
public override int Height {get; set;}
See Also