GH_CapsuleRadius Property |
Gets the radius of the rounded corners of this Capsule.
Namespace:
Grasshopper.GUI.Canvas
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public int this[
int index
] { get; }
Public ReadOnly Property Radius (
index As Integer
) As Integer
Get
Parameters
- index
- Type: SystemInt32
Corner index.
0 = upper left
1 = upper right
2 = lower right
3 = lower left
Property Value
Type:
Int32[Missing <value> documentation for "P:Grasshopper.GUI.Canvas.GH_Capsule.Radius(System.Int32)"]
See Also