Class RatingItemPanel
Custom stack panel
Inheritance
System.Object
RatingItemPanel
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class RatingItemPanel : StackPanel
Constructors
RatingItemPanel()
Initializes a new instance of the
Declaration
public RatingItemPanel()
Methods
ArrangeOverride(Size)
Arrange Override method.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | size value |
Returns
Type | Description |
---|---|
System.Windows.Size | final size value |
MeasureOverride(Size)
Measure Override
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | size value |
Returns
Type | Description |
---|---|
System.Windows.Size | final size value |