Interface IColorFormatBase
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public interface IColorFormatBase
Methods
ToCss(Boolean)
Declaration
string ToCss(bool includeOpacity = true)
Parameters
System.Boolean
includeOpacity
|
Returns
System.String
|