C1.Android.Core Assembly / C1.Android.Core Namespace / C1PolygonIcon Class / Right Property


In This Topic
Right Property (C1PolygonIcon)
In This Topic
Syntax
'Declaration
 
Public Property Right As Integer
 
'Usage
 
Dim instance As C1PolygonIcon
Dim value As Integer
 
instance.Right = value
 
value = instance.Right
See Also