Class RatingVisualElement
Inheritance
System.Object
    
    
    
    
    
    
    
    RatingVisualElement
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RatingVisualElement : RatingVisualItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
  Constructors
RatingVisualElement()
Declaration
public RatingVisualElement()
  Fields
IsVerticalProperty
Properties
HoverElement
Declaration
public HoverRatingVisualElement HoverElement { get; set; }
  Property Value
| 
        HoverRatingVisualElement
         
  | 
    
IsInRadGridView
Declaration
public override bool IsInRadGridView { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
Overrides
IsVertical
Declaration
public bool IsVertical { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
SelectedValueElement
Declaration
public SelectedValueRatingVisualElement SelectedValueElement { get; set; }
  Property Value
| 
        SelectedValueRatingVisualElement
         
  | 
    
ValueElement
Declaration
public ValueRatingVisualElement ValueElement { get; set; }
  Property Value
| 
        ValueRatingVisualElement
         
  | 
    
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
  Overrides
GetShape()
InitializeFields()
Declaration
protected override void InitializeFields()