ClassVisualStatesItemPresenter
Represents the VisualStatesItemPresenter control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class VisualStatesItemPresenter : Control, IAutomationPeer, IPeerConverter, IVisualStatesItemPresenter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlVisualStatesItemPresenter
Implements:
Inherited Members
Constructors
VisualStatesItemPresenter()
Initializes a new instance of the VisualStatesItemPresenter class.
Declaration
public VisualStatesItemPresenter()
Properties
Arrow
Gets the Arrow element of VisualStatesItemPresenter.
Declaration
public FrameworkElement Arrow { get; }
Property Value
Implements
HoverArrow
Gets the Arrow element of hovered VisualStatesItemPresenter.
Declaration
public FrameworkElement HoverArrow { get; }
Property Value
IsHighlighted
Indicates whether the mouse is over the item
IsSelected
Indicates whether the item is selected
IsVisible
Gets whether the VisualStatesItemPresenter is visible.
Declaration
public override bool IsVisible { get; }
Property Value
Overrides
Implements
PointerOverPathElement
Gets the element that indicates whether the VisualStatesItemPresenter is hovered
Declaration
public FrameworkElement PointerOverPathElement { get; }
Property Value
Implements
SelectedPathElement
Gets the element that indicates whether the VisualStatesItemPresenter is selected
Declaration
public FrameworkElement SelectedPathElement { get; }
Property Value
Implements