Table of Contents

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 float

The 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)

Parameters

topLeft float

The radius for the top-left corner

topRight float

The radius for the top-right corner

bottomRight float

The radius for the bottom-right corner

bottomLeft float

The radius for the bottom-left corner