Represents SectionColumnsRadioButton
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.SectionColumns
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class SectionColumnsRadioButton : RadRadioButton
Inheritance: objectRadRadioButtonSectionColumnsRadioButton
Inherited Members
Constructors
Initialize new instance of the SectionColumnsRadioButton class.
C#
public SectionColumnsRadioButton()
Fields
ImageProperty
DependencyProperty
C#
public static readonly DependencyProperty ImageProperty
Properties
Image
Image
Gets or sets the image displayed by the radio button.
C#
public Image Image { get; set; }
Methods
Invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate.
C#
public override void OnApplyTemplate()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides: