Class RadRadiomark
Represents checkmark.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadRadiomark : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadRadiomark()
Declaration
public RadRadiomark()
Fields
CheckStateProperty
Registers the CheckState dependency property
Declaration
public static RadProperty CheckStateProperty
Field Value
IsCheckmarkProperty
Registers the IsCheckMark dependency property
Declaration
public static RadProperty IsCheckmarkProperty
Field Value
IsImageProperty
Registers the IsImage dependency property
Declaration
public static RadProperty IsImageProperty
Field Value
Properties
CheckElement
Gets an instance of the check element
Declaration
protected RadioPrimitive CheckElement { get; }
Property Value
CheckState
Gets or sets value indicating RadRadiomark checkstate.
Declaration
public ToggleState CheckState { get; set; }
Property Value
ImageElement
Gets an instance of Image element
Declaration
protected ImagePrimitive ImageElement { get; }
Property Value
VsbVisible
Determines whether the element may be added associated with metadata in the Visual Style Builder.
Declaration
public override bool VsbVisible { get; }
Property Value
System.
|
Overrides
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnChildrenChanged(RadElement, ItemsChangeOperation)
Initializes the newly added children if needed.
Declaration
protected override void OnChildrenChanged(RadElement child, ItemsChangeOperation changeOperation)
Parameters
Rad
|
Items
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
handles the properties behavior when a property value is changed.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
SetCheckState()
Sets the toggle state of the RadioMark
Declaration
protected virtual void SetCheckState()