Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / RatingCellType Class / FilledStarCssClass Property
Example


In This Topic
    FilledStarCssClass Property
    In This Topic
    Gets or sets the CSS class that defines the style of the filled rating star.
    Syntax
    'Declaration
     
    
    Public Property FilledStarCssClass As String
    'Usage
     
    
    Dim instance As RatingCellType
    Dim value As String
     
    instance.FilledStarCssClass = value
     
    value = instance.FilledStarCssClass
    public string FilledStarCssClass {get; set;}

    Property Value

    String containing the name of the CSS class
    Example
    See Also