Specifies the stretching of the elements in a Rating control.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
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. |
RemarksValues of this enumeration can be assigned to ShapeStretch property of the Rating class.
See Also