New to Telerik UI for WPFStart a free 30-day trial

Represents the content of the alignment tab of the FormatCellsDialog.

Definition

Constructors

Initializes a new instance of the AlignmentTabContent class.

C#
public AlignmentTabContent()

Fields

IndentProperty

DependencyProperty

indent dependency property.

C#
public static readonly DependencyProperty IndentProperty

IsIndentEnabledProperty

DependencyProperty

Is indent enabled dependency property.

C#
public static readonly DependencyProperty IsIndentEnabledProperty

IsMergedProperty

DependencyProperty

Is merged dependency property.

C#
public static readonly DependencyProperty IsMergedProperty

IsMergingEnabledProperty

DependencyProperty

Is merging enabled dependency property.

C#
public static readonly DependencyProperty IsMergingEnabledProperty

IsTextWrapEnabledProperty

DependencyProperty

Is text wrap enabled dependency property.

C#
public static readonly DependencyProperty IsTextWrapEnabledProperty

Selected horizontal alignment dependency property.

C#
public static readonly DependencyProperty SelectedHorizontalAlignmentProperty

Selected vertical alignment dependency property.

C#
public static readonly DependencyProperty SelectedVerticalAlignmentProperty

Properties

HorizontalAlignments

RadHorizontalAlignment[]

Gets the horizontal alignments.

C#
public RadHorizontalAlignment[] HorizontalAlignments { get; }
Property Value:

The horizontal alignments.

Gets or sets the indent.

C#
public int Indent { get; set; }
Property Value:

The indent.

Gets or sets a value indicating whether the indent is enabled.

C#
public bool IsIndentEnabled { get; set; }
Property Value:

The value indicating whether the indent is enabled.

Gets or sets the merging choice.

C#
public bool? IsMerged { get; set; }
Property Value:

The merging choice.

Gets or sets a value indicating whether the merging is enabled.

C#
public bool IsMergingEnabled { get; set; }
Property Value:

The value indicating whether the merging is enabled.

Gets or sets the wrapping choice.

C#
public bool? IsWrapped { get; set; }
Property Value:

The wrapping choice.

SelectedHorizontalAlignment

RadHorizontalAlignment

Gets or sets the selected horizontal alignment.

C#
public RadHorizontalAlignment SelectedHorizontalAlignment { get; set; }
Property Value:

The selected horizontal alignment.

SelectedVerticalAlignment

RadVerticalAlignment

Gets or sets the selected vertical alignment.

C#
public RadVerticalAlignment SelectedVerticalAlignment { get; set; }
Property Value:

The selected vertical alignment.

VerticalAlignments

RadVerticalAlignment[]

Gets the vertical alignments.

C#
public RadVerticalAlignment[] VerticalAlignments { get; }
Property Value:

The vertical alignments.

Methods

Copies the properties from context.

C#
public override void CopyPropertiesFromContext(IAlignmentTabContext context)
Parameters:contextIAlignmentTabContext

The context.

Overrides: FormatCellsTabContentBase<IAlignmentTabContext>.CopyPropertiesFromContext(IAlignmentTabContext)

Copies the properties to context.

C#
public override void CopyPropertiesToContext(IAlignmentTabContext context)
Parameters:contextIAlignmentTabContext

The context.

Overrides: FormatCellsTabContentBase<IAlignmentTabContext>.CopyPropertiesToContext(IAlignmentTabContext)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.