Class ThemeConstants.Avatar.FillMode
A static class whose members denote predefined fill modes for the Telerik Avatar component.
Inheritance
System.Object
ThemeConstants.Avatar.FillMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public static class FillMode : Object
Fields
Outline
Declaration
public const string Outline = "outline"
Field Value
System.String
|
Solid
Declaration
public const string Solid = "solid"
Field Value
System.String
|