Class RatingItem
Inheritance
System.Object
RatingItem
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 RatingItem : ButtonBase, IAutomationPeer, IPeerConverter, IButtonBase, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RatingItem()
Declaration
public RatingItem()
Fields
DisplayValueProperty
IsReadOnlyProperty
Properties
DisplayValue
Declaration
public double DisplayValue { get; set; }
Property Value
System.Double
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|