In This Topic
Gets the height of the icon. If Nan, the arrange height will be used.
Syntax
'Declaration
Public Property RenderHeight As Double
'Usage
Dim instance As C1Icon
Dim value As Double
instance.RenderHeight = value
value = instance.RenderHeight
public double RenderHeight {get; set;}
See Also