[]
        
(Showing Draft Content)

C1.iOS.Core.C1CornerValue

C1CornerValue Class

Represents on of the corners.

Inheritance
C1CornerValue
Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public sealed class C1CornerValue : ValueType

Constructors

Name Description
C1CornerValue(double)

Initializes a new instance of the C1CornerValue struct.

C1CornerValue(double, double)

Initializes a new instance of the C1CornerValue struct.

Properties

Name Description
Horizontal

Gets the horizontal corner value.

IsCircle

Gets whether the radius is uniform.

IsZero

Gets whether the radius is zero.

Vertical

Gets the vertical corner value.

Methods

Name Description
Equals(object)
GetHashCode()

Operators

Name Description
operator ==(C1CornerValue, C1CornerValue)

Compares two C1CornerValue structures for equality.

implicit operator C1CornerValue(double)

Casting operator to convert a C1StyleLength into a C1CornerValue.

operator !=(C1CornerValue, C1CornerValue)

Compares two C1CornerValue structures for inequality.