CornerRadius(Double, Double, Double, Double) Constructor
Initializes a new instance of the CornerRadius class
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public CornerRadius(
double topLeft,
double topRight,
double bottomRight,
double bottomLeft
)
Public Sub New (
topLeft As Double,
topRight As Double,
bottomRight As Double,
bottomLeft As Double
)
new :
topLeft : float *
topRight : float *
bottomRight : float *
bottomLeft : float -> CornerRadius
Parameters
See Also
Reference
CornerRadius Structure
CornerRadius Overload
Avalonia Namespace