[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleBackgroundImage

C1StyleBackgroundImage Class

Class that describe a background-image.

Inheritance
C1StyleBackgroundImage
Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public class C1StyleBackgroundImage

Constructors

Name Description
C1StyleBackgroundImage(C1StyleBackgroundImageKind)

Initializes a new instance of the C1StyleLength struct.

Properties

Name Description
Inherit

Gets the inherit background-image.

Initial

Gets the initial background-image.

Kind

Gets the kind of background-image.

None

Gets the none background-image.

Methods

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

Parses the text and returns a background-image.

ToString()
TryParse(string, out C1StyleBackgroundImage)

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

Operators

Name Description
operator ==(C1StyleBackgroundImage, C1StyleBackgroundImage)

Compares two C1StyleBackgroundImage structures for equality.

implicit operator C1StyleBackgroundImage(string)

Casting operator to convert a string into a C1StyleFontSize.

operator !=(C1StyleBackgroundImage, C1StyleBackgroundImage)

Compares two C1StyleBackgroundImage structures for inequality.