ClassAlignmentTabContent
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
AlignmentTabContent()
Initializes a new instance of the AlignmentTabContent class.
Declaration
public AlignmentTabContent()
Fields
IndentProperty
indent dependency property.
Declaration
public static readonly DependencyProperty IndentProperty
Field Value
DependencyProperty
IsIndentEnabledProperty
Is indent enabled dependency property.
Declaration
public static readonly DependencyProperty IsIndentEnabledProperty
Field Value
DependencyProperty
IsMergedProperty
Is merged dependency property.
Declaration
public static readonly DependencyProperty IsMergedProperty
Field Value
DependencyProperty
IsMergingEnabledProperty
Is merging enabled dependency property.
Declaration
public static readonly DependencyProperty IsMergingEnabledProperty
Field Value
DependencyProperty
IsTextWrapEnabledProperty
Is text wrap enabled dependency property.
Declaration
public static readonly DependencyProperty IsTextWrapEnabledProperty
Field Value
DependencyProperty
SelectedHorizontalAlignmentProperty
Selected horizontal alignment dependency property.
Declaration
public static readonly DependencyProperty SelectedHorizontalAlignmentProperty
Field Value
DependencyProperty
SelectedVerticalAlignmentProperty
Selected vertical alignment dependency property.
Declaration
public static readonly DependencyProperty SelectedVerticalAlignmentProperty
Field Value
DependencyProperty
Properties
HorizontalAlignments
Gets the horizontal alignments.
Declaration
public RadHorizontalAlignment[] HorizontalAlignments { get; }
Property Value
RadHorizontalAlignment[]
The horizontal alignments.
Indent
Gets or sets the indent.
IsIndentEnabled
Gets or sets a value indicating whether the indent is enabled.
Declaration
public bool IsIndentEnabled { get; set; }
Property Value
The value indicating whether the indent is enabled.
IsMerged
Gets or sets the merging choice.
Declaration
public bool? IsMerged { get; set; }
Property Value
bool?
The merging choice.
IsMergingEnabled
Gets or sets a value indicating whether the merging is enabled.
Declaration
public bool IsMergingEnabled { get; set; }
Property Value
The value indicating whether the merging is enabled.
IsWrapped
Gets or sets the wrapping choice.
Declaration
public bool? IsWrapped { get; set; }
Property Value
bool?
The wrapping choice.
SelectedHorizontalAlignment
Gets or sets the selected horizontal alignment.
Declaration
public RadHorizontalAlignment SelectedHorizontalAlignment { get; set; }
Property Value
RadHorizontalAlignment
The selected horizontal alignment.
SelectedVerticalAlignment
Gets or sets the selected vertical alignment.
Declaration
public RadVerticalAlignment SelectedVerticalAlignment { get; set; }
Property Value
RadVerticalAlignment
The selected vertical alignment.
VerticalAlignments
Gets the vertical alignments.
Declaration
public RadVerticalAlignment[] VerticalAlignments { get; }
Property Value
RadVerticalAlignment[]
The vertical alignments.
Methods
CopyPropertiesFromContext(IAlignmentTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(IAlignmentTabContext context)
Parameters
context
The context.
Overrides
CopyPropertiesToContext(IAlignmentTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(IAlignmentTabContext context)
Parameters
context
The context.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.