Interface IColorGradientSettings
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public interface IColorGradientSettings
Properties
Format
Formats
Declaration
IEnumerable<ColorFormat> Formats { get; set; }
Property Value
System.Collections.Generic.IEnumerable<ColorFormat>
|
ShowOpacityEditor
Declaration
bool ShowOpacityEditor { get; set; }
Property Value
System.Boolean
|