Spread ASP.NET 16
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / RatingCellType Class / RatingAlign Property


In This Topic
    RatingAlign Property
    In This Topic
    Gets or sets the orientation of the rating stars.
    Syntax
    'Declaration
     
    Public Property RatingAlign As Orientation
    'Usage
     
    Dim instance As RatingCellType
    Dim value As Orientation
     
    instance.RatingAlign = value
     
    value = instance.RatingAlign
    public Orientation RatingAlign {get; set;}

    Property Value

    Orientation object containing the orientation of the rating stars
    See Also