Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DataFormStyleBase

Base class for the styling options for the editors and for the title of the groups. Known descendants: GroupTitleStyle and PropertyEditorStyle.

Hierarchy

Index

Properties

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.

labelTextColor

labelTextColor: string

Gets or sets the text color of the labels.

labelTextSize

labelTextSize: number

Gets or sets the text size of the labels.

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 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 labelTextColorProperty

labelTextColorProperty: Property

Identifies the labelTextColor dependency property.

Static labelTextSizeProperty

labelTextSizeProperty: Property

Identifies the labelTextSize 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