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
RadProperty
|
IsCheckmarkProperty
Registers the IsCheckMark dependency property
Declaration
public static RadProperty IsCheckmarkProperty
Field Value
RadProperty
|
IsImageProperty
Registers the IsImage dependency property
Declaration
public static RadProperty IsImageProperty
Field Value
RadProperty
|
Properties
CheckElement
Gets an instance of the check element
Declaration
protected RadioPrimitive CheckElement { get; }
Property Value
RadioPrimitive
|
CheckState
Gets or sets value indicating RadRadiomark checkstate.
Declaration
public ToggleState CheckState { get; set; }
Property Value
ToggleState
|
ImageElement
Gets an instance of Image element
Declaration
protected ImagePrimitive ImageElement { get; }
Property Value
ImagePrimitive
|
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.Boolean
|
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
RadElement
child
|
ItemsChangeOperation
changeOperation
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
handles the properties behavior when a property value is changed.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
SetCheckState()
Sets the toggle state of the RadioMark
Declaration
protected virtual void SetCheckState()