Constructor CornerRadii
- Namespace
- ComfileTech.jControlsNF4
- Assembly
- ComfileTech.jControlsNF4.dll
CornerRadii(float)
Creates a new instance with all properties initialized to the same given value.
public CornerRadii(float all)
Parameters
all
floatThe value to assign to all properties.
CornerRadii(float, float, float, float)
Creates a new instance initializing each property to the given values.
public CornerRadii(float topLeft, float topRight, float bottomRight, float bottomLeft)