Class LoopingListItem
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Primitives.LoopingList
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class LoopingListItem : RadContentControl
Constructors
LoopingListItem()
Declaration
public LoopingListItem()
Fields
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Microsoft.
|
Properties
ArrangeRect
Declaration
public Rect ArrangeRect { get; }
Property Value
Windows.
|
HorizontalOffset
Declaration
public double HorizontalOffset { get; }
Property Value
System.
|
IsExpanded
Declaration
public bool IsExpanded { get; }
Property Value
System.
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
LogicalIndex
Declaration
public int LogicalIndex { get; protected set; }
Property Value
System.
|
VerticalOffset
Declaration
public double VerticalOffset { get; }
Property Value
System.
|
Methods
ComposeVisualStateName()
Declaration
protected override string ComposeVisualStateName()
Returns
System.
|
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
SetVisualState(String, Boolean)
Declaration
protected override void SetVisualState(string state, bool animate)
Parameters
System.
|
System.
|