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