Table of Contents

Struct CornerRadii

Namespace
ComfileTech.jControlsNF4
Assembly
ComfileTech.jControlsNF4.dll

The radii for rounding each of the 4 corners of the control.

[Serializable]
[TypeConverter(typeof(CornerRadiiConverter))]
public struct CornerRadii

Constructors

CornerRadii(float)

Creates a new instance with all properties initialized to the same given value.

CornerRadii(float, float, float, float)

Creates a new instance initializing each property to the given values.

Properties

BottomLeft

The radius for the bottom-left corner

BottomRight

The radius for the bottom-right corner

TopLeft

The radius for the top-left corner

TopRight

The radius for the top-right corner

Methods

Equals(object)

Compares this instance to the given object instance to see if they are equal.

GetHashCode()

Returns a hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

operator ==(CornerRadii, CornerRadii)

Compares 2 instances to see if they are equal.

operator !=(CornerRadii, CornerRadii)

Compares 2 instances to see if they are not equal.