Class AlignmentTabContent
Represents the content of the alignment tab of the FormatCellsDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class AlignmentTabContent : FormatCellsTabContentBase<IAlignmentTabContext>, IFormatCellsTabContent<IAlignmentTabContext>, IFormatCellsTabContent
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
System.Windows.DependencyProperty
|
IsIndentEnabledProperty
Is indent enabled dependency property.
Declaration
public static readonly DependencyProperty IsIndentEnabledProperty
Field Value
System.Windows.DependencyProperty
|
IsMergedProperty
Is merged dependency property.
Declaration
public static readonly DependencyProperty IsMergedProperty
Field Value
System.Windows.DependencyProperty
|
IsMergingEnabledProperty
Is merging enabled dependency property.
Declaration
public static readonly DependencyProperty IsMergingEnabledProperty
Field Value
System.Windows.DependencyProperty
|
IsTextWrapEnabledProperty
Is text wrap enabled dependency property.
Declaration
public static readonly DependencyProperty IsTextWrapEnabledProperty
Field Value
System.Windows.DependencyProperty
|
SelectedHorizontalAlignmentProperty
Selected horizontal alignment dependency property.
Declaration
public static readonly DependencyProperty SelectedHorizontalAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
SelectedVerticalAlignmentProperty
Selected vertical alignment dependency property.
Declaration
public static readonly DependencyProperty SelectedVerticalAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
Properties
HorizontalAlignments
Gets the horizontal alignments.
Declaration
public RadHorizontalAlignment[] HorizontalAlignments { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadHorizontalAlignment[]
The horizontal alignments. |
Indent
Gets or sets the indent.
Declaration
public int Indent { get; set; }
Property Value
System.Int32
The indent. |
IsIndentEnabled
Gets or sets a value indicating whether the indent is enabled.
Declaration
public bool IsIndentEnabled { get; set; }
Property Value
System.Boolean
The value indicating whether the indent is enabled. |
IsMerged
Gets or sets the merging choice.
Declaration
public Nullable<bool> IsMerged { get; set; }
Property Value
System.Nullable<System.Boolean>
The merging choice. |
IsMergingEnabled
Gets or sets a value indicating whether the merging is enabled.
Declaration
public bool IsMergingEnabled { get; set; }
Property Value
System.Boolean
The value indicating whether the merging is enabled. |
IsWrapped
Gets or sets the wrapping choice.
Declaration
public Nullable<bool> IsWrapped { get; set; }
Property Value
System.Nullable<System.Boolean>
The wrapping choice. |
SelectedHorizontalAlignment
Gets or sets the selected horizontal alignment.
Declaration
public RadHorizontalAlignment SelectedHorizontalAlignment { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadHorizontalAlignment
The selected horizontal alignment. |
SelectedVerticalAlignment
Gets or sets the selected vertical alignment.
Declaration
public RadVerticalAlignment SelectedVerticalAlignment { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadVerticalAlignment
The selected vertical alignment. |
VerticalAlignments
Gets the vertical alignments.
Declaration
public RadVerticalAlignment[] VerticalAlignments { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.RadVerticalAlignment[]
The vertical alignments. |
Methods
CopyPropertiesFromContext(IAlignmentTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(IAlignmentTabContext context)
Parameters
IAlignmentTabContext
context
The context. |
Overrides
CopyPropertiesToContext(IAlignmentTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(IAlignmentTabContext context)
Parameters
IAlignmentTabContext
context
The context. |