[]
        
(Showing Draft Content)

C1.Blazor.Core.C1CornerValue

C1CornerValue Struct

Represents on of the corners.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public struct C1CornerValue

Constructors

Name Description
C1CornerValue(C1StyleLength)

Initializes a new instance of the C1CornerValue struct.

C1CornerValue(C1StyleLength, C1StyleLength)

Initializes a new instance of the C1CornerValue struct.

Properties

Name Description
Horizontal

Gets the horizontal corner value.

IsAbsolute

Gets a value indicating whether the corner value is represented in absolute lengths.

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(C1StyleLength)

Casting operator to convert a C1StyleLength into a C1CornerValue.

implicit operator C1CornerValue(double)

Casting operator to convert a double into a C1CornerValue.

implicit operator C1CornerValue((C1StyleLength, C1StyleLength))

Casting operator to convert a 2-values tuple of C1StyleLength into a C1CornerValue.

operator !=(C1CornerValue, C1CornerValue)

Compares two C1CornerValue structures for inequality.