Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleRadialGradientShape Enumeration

In This Topic
    C1StyleRadialGradientShape Enumeration
    In This Topic
    Defines the shape of a radial gradient.
    Syntax
    'Declaration
     
    
    Public Enum C1StyleRadialGradientShape 
       Inherits System.Enum
    public enum C1StyleRadialGradientShape : System.Enum 
    Members
    MemberDescription
    CircleThe shape is a circle.
    EllipseThe shape is an ellipse.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Core.C1StyleRadialGradientShape

    See Also