InterfaceIVisualStatesItemPresenter
Interface
Represents the VisualStatesItemPresenter control wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IVisualStatesItemPresenter : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
Arrow
Gets the Arrow element of VisualStatesItemPresenter.
IsHighlighted
Indicates whether the mouse is over the item
IsSelected
Indicates whether the item is selected
IsVisible
Gets whether the VisualStatesItemPresenter is visible.
PointerOverPathElement
Gets the element that indicates whether the VisualStatesItemPresenter is hovered
Declaration
cs-api-definition
FrameworkElement PointerOverPathElement { get; }
Property Value
SelectedPathElement
Gets the element that indicates whether the VisualStatesItemPresenter is selected
Declaration
cs-api-definition
FrameworkElement SelectedPathElement { get; }
Property Value