C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CornerRadius Structure / TopRight Property


In This Topic
TopRight Property
In This Topic
Gets or sets the radius, in pixels, of the top-right corner of the bounding rectangle.
Syntax
'Declaration
 
Public Property TopRight As C1CornerValue
 
'Usage
 
Dim instance As C1CornerRadius
Dim value As C1CornerValue
 
instance.TopRight = value
 
value = instance.TopRight
See Also