MindFusion.Silverlight Package Programmer's Guide
RatingStretch Enumeration
See Also
 





Specifies the stretching of the elements in a Rating control.

Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight

 Syntax

C#  Copy Code

public enum RatingStretch

Visual Basic  Copy Code

Public Enum RatingStretch

 Members

  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.

 Remarks

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

 See Also

MindFusion.UI.Silverlight Namespace