Class RotatedContainer
Inheritance
System.Object
RotatedContainer
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RotatedContainer : RadControl
Constructors
Declaration
public RotatedContainer()
Fields
Declaration
public static readonly DependencyProperty ChildProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty RotationAngleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public UIElement Child { get; set; }
Property Value
|
Microsoft.UI.Xaml.UIElement
|
Declaration
public double RotationAngle { get; set; }
Property Value
Methods
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
Overrides
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Declaration
protected override void OnTemplateApplied()
Overrides
Extension Methods