Class SectionColumnsDialogBase
Represents the base class for the Section Columns dialog in the RichTextBox UI. This dialog allows users to configure column settings for sections within the document.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SectionColumnsDialogBase : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable
Constructors
SectionColumnsDialogBase()
Declaration
public SectionColumnsDialogBase()
Fields
ColumnPropertiesNumericWidthProperty
Declaration
public static readonly DependencyProperty ColumnPropertiesNumericWidthProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ColumnPropertiesNumericWidth
Gets or sets the width of the column properties numeric.
Declaration
public double ColumnPropertiesNumericWidth { get; set; }
Property Value
System.Double
The width of the column properties numeric. |