Class Rating
Inheritance
System.Object
Rating
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Rating : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
Rating()
Declaration
public Rating()
Fields
IsReadOnlyProperty
ItemCountProperty
SelectionModeProperty
ValueProperty
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
ItemCount
Declaration
public int ItemCount { get; set; }
Property Value
System.Int32
|
SelectionMode
Declaration
public RatingSelectionMode SelectionMode { get; set; }
Property Value
RatingSelectionMode
|
Value
Declaration
public double? Value { get; set; }
Property Value
System.Nullable<System.Double>
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|