[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleRadialGradientDefinition

C1StyleRadialGradientDefinition Struct

Struct that describe a radial gradient direction.

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

Constructors

Name Description
C1StyleRadialGradientDefinition(C1StyleRadialGradientShape?, C1StyleRadialGradientSize?, C1StyleLength?, C1StyleLength?)

Initializes a new instance of the C1StyleLinearGradientDirection struct.

Properties

Name Description
PositionX

Gets the x-position of the center.

PositionY

Gets the y-position of the center.

Shape

Gets the kind of direction.

Size

Gets the size of the radial gradient.

Methods

Name Description
Equals(object)
GetHashCode()
Parse(string)

Parses the text and returns a length.

ToString()
TryParse(string, out C1StyleRadialGradientDefinition)

Tries to parse the specified text and returns the value in the definition parameter.

Operators

Name Description
operator ==(C1StyleRadialGradientDefinition, C1StyleRadialGradientDefinition)

Compares two C1StyleRadialGradientDefinition structures for equality.

implicit operator C1StyleRadialGradientDefinition(string)

Casting operator to convert a string into a C1StyleRadialGradientDefinition.

operator !=(C1StyleRadialGradientDefinition, C1StyleRadialGradientDefinition)

Compares two C1StyleRadialGradientDefinition structures for inequality.