UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

31 lines (30 loc) 576 B
import { Type } from "./type"; /** * @hidden */ export declare const enum UIElementPropertyId { Unset = 0, Opacity = 1, BackgroundColor = 2, BorderColor = 3, BorderWidth = 4, BorderRadius = 5, Padding = 6, Color = 7, FontSize = 8, Width = 9, Height = 10, Left = 11, Top = 12, Margin = 13, Transform = 14, Stroke = 15, Fill = 16, StrokeWidth = 17, StrokeDashArray = 18, StrokeDashOffset = 19 } /** * @hidden */ export declare let UIElementPropertyId_$type: Type;