Class CellPropertyDefinitions
Provides the cell property definitions.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.PropertySystem
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class CellPropertyDefinitions
Fields
AllPropertyDefinitions
Gets all property definitions.
Declaration
public static readonly ReadOnlyCollection<IPropertyDefinition> AllPropertyDefinitions
Field Value
System.
|
BottomBorderProperty
Gets bottom border property definition.
Declaration
public static readonly IPropertyDefinition<CellBorder> BottomBorderProperty
Field Value
DataValidationRuleProperty
Gets data validation property definition.
Declaration
public static readonly IPropertyDefinition<IDataValidationRule> DataValidationRuleProperty
Field Value
DiagonalDownBorderProperty
Gets diagonal down border property definition.
Declaration
public static readonly IPropertyDefinition<CellBorder> DiagonalDownBorderProperty
Field Value
DiagonalUpBorderProperty
Gets diagonal up border property definition.
Declaration
public static readonly IPropertyDefinition<CellBorder> DiagonalUpBorderProperty
Field Value
FillProperty
Gets fill property definition.
Declaration
public static readonly IPropertyDefinition<IFill> FillProperty
Field Value
FontFamilyProperty
Gets font family property definition.
Declaration
public static readonly IPropertyDefinition<ThemableFontFamily> FontFamilyProperty
Field Value
FontSizeProperty
Gets fonts size property definition.
Declaration
public static readonly IPropertyDefinition<double> FontSizeProperty
Field Value
IProperty
|
ForeColorProperty
Gets fore color property definition.
Declaration
public static readonly IPropertyDefinition<ThemableColor> ForeColorProperty
Field Value
FormatProperty
Gets format property definition.
Declaration
public static readonly IPropertyDefinition<CellValueFormat> FormatProperty
Field Value
HorizontalAlignmentProperty
Gets horizontal alignment property definition.
Declaration
public static readonly IPropertyDefinition<RadHorizontalAlignment> HorizontalAlignmentProperty
Field Value
IndentProperty
Gets indent property definition.
Declaration
public static readonly IPropertyDefinition<int> IndentProperty
Field Value
IProperty
|
IsBoldProperty
Gets is bold property definition.
Declaration
public static readonly IPropertyDefinition<bool> IsBoldProperty
Field Value
IProperty
|
IsItalicProperty
Gets is italic property definition.
Declaration
public static readonly IPropertyDefinition<bool> IsItalicProperty
Field Value
IProperty
|
IsLockedProperty
Gets is locked property definition.
Declaration
public static readonly IPropertyDefinition<bool> IsLockedProperty
Field Value
IProperty
|
IsWrappedProperty
Gets is wrapped property definition.
Declaration
public static readonly IPropertyDefinition<bool> IsWrappedProperty
Field Value
IProperty
|
LeftBorderProperty
Gets left border property definition.
Declaration
public static readonly IPropertyDefinition<CellBorder> LeftBorderProperty
Field Value
RightBorderProperty
Gets right border property definition.
Declaration
public static readonly IPropertyDefinition<CellBorder> RightBorderProperty
Field Value
StyleNameProperty
Gets style name property definition.
Declaration
public static readonly IPropertyDefinition<string> StyleNameProperty
Field Value
IProperty
|
TextRotationProperty
Gets text rotation property definition.
Declaration
public static readonly IPropertyDefinition<int> TextRotationProperty
Field Value
IProperty
|
TopBorderProperty
Gets top border property definition.
Declaration
public static readonly IPropertyDefinition<CellBorder> TopBorderProperty
Field Value
UnderlineProperty
Gets underline property definition.
Declaration
public static readonly IPropertyDefinition<UnderlineType> UnderlineProperty
Field Value
ValueProperty
Gets value property definition.
Declaration
public static readonly IPropertyDefinition<ICellValue> ValueProperty
Field Value
VerticalAlignmentProperty
Gets vertical alignment property definition.
Declaration
public static readonly IPropertyDefinition<RadVerticalAlignment> VerticalAlignmentProperty