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