ClassLoopingListItem
Represents a visual item that resides within a LoopingPanel instance.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives.LoopingList
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class LoopingListItem : RadContentControl
Inheritance: objectRadContentControlLoopingListItem
Derived Classes:
Inherited Members
Constructors
LoopingListItem()
Initializes a new instance of the LoopingListItem class.
Declaration
public LoopingListItem()
Fields
IsSelectedProperty
Specifies the IsSelected property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
DependencyProperty
Properties
ArrangeRect
Gets the Rect used by the owning LoopingPanel to arrange this item.
Declaration
public Rect ArrangeRect { get; }
Property Value
Rect
HorizontalOffset
Gets the amount of pixels this item is translated horizontally relative to its owning panel.
IsExpanded
Gets a value indicating whether the item is currently expanded (its owning list is in Expanded state).
IsSelected
Gets or sets a value indicating whether the visual item is currently selected.
LogicalIndex
Gets or sets the logical index in the owning LoopingPanel, represented by this item.
VerticalOffset
Gets the amount of pixels this item is translated vertically relative to its owning panel.
Methods
ComposeVisualStateName()
Builds the current visual state that is valid for the item.
Declaration
protected override string ComposeVisualStateName()
Returns
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
SetVisualState(string, bool)
Applies the specified visual state as current.