Height Property (ILegend)
In This Topic
Gets or sets the height of the object.
Syntax
'Declaration
Property Height As Double
'Usage
Dim instance As ILegend
Dim value As Double
instance.Height = value
value = instance.Height
double Height {get; set;}
See Also