BShape Class

Assembly
Comet.Blazor.dll
Namespace
Comet.Blazor.Components
Base Types
graph BT Type-->Base0["CometComponentBase"] click Base0 "/api/Comet.Blazor.Components/CometComponentBase" Base0-->Base1["ComponentBase"] Type["BShape"] class Type type-node

Syntax

public class BShape : CometComponentBase

Constructors

Name Summary
BShape()

Properties

Name Value Summary
Shape Shape

Methods

Extension Methods

Name Value Summary
SetBackingValue<BShape, TV>(Expression<Func<BShape, TV>>, TV) T
Sets the backing value.
With<BShape, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.