ClassRating
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class Rating : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControlRating
Implements:
Inherited Members
Constructors
Rating()
Declaration
cs-api-definition
public Rating()
Fields
IsReadOnlyProperty
Declaration
cs-api-definition
public static AutomationProperty IsReadOnlyProperty
Field Value
ItemCountProperty
Declaration
cs-api-definition
public static AutomationProperty ItemCountProperty
Field Value
SelectionModeProperty
Declaration
cs-api-definition
public static AutomationProperty SelectionModeProperty
Field Value
ValueProperty
Declaration
cs-api-definition
public static AutomationProperty ValueProperty
Field Value
Properties
SelectionMode
Declaration
cs-api-definition
public RatingSelectionMode SelectionMode { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.