Class TabStripPanel
Represents the TabStripPanel class
Inheritance
System.Object
TabStripPanel
Namespace: Syncfusion.UI.Xaml.Rotator
Assembly: Syncfusion.SfRotator.UWP.dll
Syntax
public class TabStripPanel : Panel
Constructors
TabStripPanel()
Initializes a new instance of the TabStripPanel class.
Declaration
public TabStripPanel()
Properties
Orientation
Gets or sets the Orientation of the TabStrip PanelSfRotator.
Declaration
[ClassReference(IsReviewed = false)]
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Controls.Orientation | Default value is Horizontal |
See Also
Methods
ArrangeOverride(Size)
Arranges the children in the panel based on the final size
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | finalSize | Final value |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | return value |
MeasureOverride(Size)
Measures the panel size based on the available size
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Size | availableSize | Available size |
Returns
Type | Description |
---|---|
Windows.Foundation.Size | Return value |