Specifies the stretching of the elements in a Rating control.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum RatingStretch |
Visual Basic
![]() |
---|
Public Enum RatingStretch |
Member name | Description | |
---|---|---|
![]() |
Fill |
Indicates that the elements are resized to fill the available space. |
![]() |
Uniform |
Indicates that the elements are resized to fill the available space without breaking their width/height ratio. |
Values of this enumeration can be assigned to ShapeStretch property of the Rating class.