AlignmentTabContent
Represents the content of the alignment tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class AlignmentTabContent : FormatCellsTabContentBase<IAlignmentTabContext>, IFormatCellsTabContent<IAlignmentTabContext>, IFormatCellsTabContent
Inheritance: objectControlBaseFormatCellsTabContentBase<IAlignmentTabContext>AlignmentTabContent
Implements:
Inherited Members
Constructors
Initializes a new instance of the AlignmentTabContent class.
public AlignmentTabContent()
Fields
IndentProperty
DependencyProperty
indent dependency property.
public static readonly DependencyProperty IndentProperty
IsIndentEnabledProperty
DependencyProperty
Is indent enabled dependency property.
public static readonly DependencyProperty IsIndentEnabledProperty
IsMergedProperty
DependencyProperty
Is merged dependency property.
public static readonly DependencyProperty IsMergedProperty
IsMergingEnabledProperty
DependencyProperty
Is merging enabled dependency property.
public static readonly DependencyProperty IsMergingEnabledProperty
IsTextWrapEnabledProperty
DependencyProperty
Is text wrap enabled dependency property.
public static readonly DependencyProperty IsTextWrapEnabledProperty
SelectedHorizontalAlignmentProperty
DependencyProperty
Selected horizontal alignment dependency property.
public static readonly DependencyProperty SelectedHorizontalAlignmentProperty
SelectedVerticalAlignmentProperty
DependencyProperty
Selected vertical alignment dependency property.
public static readonly DependencyProperty SelectedVerticalAlignmentProperty
Properties
HorizontalAlignments
RadHorizontalAlignment[]
Gets the horizontal alignments.
public RadHorizontalAlignment[] HorizontalAlignments { get; }
The horizontal alignments.
Gets or sets a value indicating whether the indent is enabled.
public bool IsIndentEnabled { get; set; }
The value indicating whether the indent is enabled.
Gets or sets the merging choice.
public bool? IsMerged { get; set; }
The merging choice.
Gets or sets a value indicating whether the merging is enabled.
public bool IsMergingEnabled { get; set; }
The value indicating whether the merging is enabled.
Gets or sets the wrapping choice.
public bool? IsWrapped { get; set; }
The wrapping choice.
SelectedHorizontalAlignment
RadHorizontalAlignment
Gets or sets the selected horizontal alignment.
public RadHorizontalAlignment SelectedHorizontalAlignment { get; set; }
The selected horizontal alignment.
SelectedVerticalAlignment
RadVerticalAlignment
Gets or sets the selected vertical alignment.
public RadVerticalAlignment SelectedVerticalAlignment { get; set; }
The selected vertical alignment.
VerticalAlignments
RadVerticalAlignment[]
Gets the vertical alignments.
public RadVerticalAlignment[] VerticalAlignments { get; }
The vertical alignments.
Methods
Copies the properties from context.
public override void CopyPropertiesFromContext(IAlignmentTabContext context)
The context.
Overrides:
Copies the properties to context.
public override void CopyPropertiesToContext(IAlignmentTabContext context)
The context.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.