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