WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RatingItemPanel

    Show / Hide Table of Contents

    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 class.

    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved