Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PropertyEditorStyle

An object used to specify the styling options for the editors in RadDataForm.

Hierarchy

Index

Properties

editorHorizontalOffset

editorHorizontalOffset: number

Gets or sets a horizontal offset that is applied to editors.

editorVerticalOffset

editorVerticalOffset: number

Gets or sets a vertical offset that is applied to editors.

fillColor

fillColor: string

Gets or sets the color of the fill.

labelFontName

labelFontName: string

Gets or sets the font name of the labels.

labelFontStyle

labelFontStyle: FontStyles

Gets or sets the font style of the labels. Must be one of the FontStyles enumeration.

labelHidden

labelHidden: boolean

Gets or sets a value that specifies whether the labels of the editors are hidden or visible.

labelHorizontalOffset

labelHorizontalOffset: number

Gets or sets a horizontal offset that is applied to labels of editors.

labelPosition

labelPosition: DataFormLabelPosition

Gets or sets a value that specifies the position of the labels relative from the editors. Must be one of the DataFormLabelPosition enumeration.

labelTextColor

labelTextColor: string

Gets or sets the text color of the labels.

labelTextSize

labelTextSize: number

Gets or sets the text size of the labels.

labelVerticalOffset

labelVerticalOffset: number

Gets or sets a vertical offset that is applied to labels of editors.

labelWidth

labelWidth: number

Gets or sets a value that specifies the width of the labels. Effective only when the value of labelPosition is Left.

separatorColor

separatorColor: string

Gets or sets the color used for the separator lines between editor. These lines are visible only on iOS.

strokeColor

strokeColor: string

Gets or sets the color of the stroke lines.

strokeWidth

strokeWidth: number

Gets or sets the width of the stroke.

Static editorHorizontalOffsetProperty

editorHorizontalOffsetProperty: Property

Identifies the editorHorizontalOffset dependency property.

Static editorVerticalOffsetProperty

editorVerticalOffsetProperty: Property

Identifies the editorVerticalOffset dependency property.

Static fillColorProperty

fillColorProperty: Property

Identifies the fillColor dependency property.

Static labelFontNameProperty

labelFontNameProperty: Property

Identifies the labelFontName dependency property.

Static labelFontStyleProperty

labelFontStyleProperty: Property

Identifies the labelFontStyle dependency property.

Static labelHiddenProperty

labelHiddenProperty: Property

Identifies the labelHidden dependency property.

Static labelHorizontalOffsetProperty

labelHorizontalOffsetProperty: Property

Identifies the labelHorizontalOffset dependency property.

Static labelPositionProperty

labelPositionProperty: Property

Identifies the labelPosition dependency property.

Static labelTextColorProperty

labelTextColorProperty: Property

Identifies the labelTextColor dependency property.

Static labelTextSizeProperty

labelTextSizeProperty: Property

Identifies the labelTextSize dependency property.

Static labelVerticalOffsetProperty

labelVerticalOffsetProperty: Property

Identifies the labelVerticalOffset dependency property.

Static labelWidthProperty

labelWidthProperty: Property

Identifies the labelWidth dependency property.

Static separatorColorProperty

separatorColorProperty: Property

Identifies the separatorColor dependency property.

Static strokeColorProperty

strokeColorProperty: Property

Identifies the strokeColor dependency property.

Static strokeWidthProperty

strokeWidthProperty: Property

Identifies the strokeWidth dependency property.

Generated using TypeDoc