MindFusion.Wpf Pack Programmer's Guide
RatingShape Enumeration
See Also
 





Specifies the shape of the elements in a Rating control.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public enum RatingShape

Visual Basic  Copy Code

Public Enum RatingShape

 Members

  Member name Description

Rectangle

Indicates a rectangle.

Star

Indicates a 5-pointed star.

 Remarks

Values of this enumeration can be assigned to the Shape property of the Rating class.

 See Also

MindFusion.UI.Wpf Namespace