UNPKG

igniteui-react-core

Version:
39 lines (38 loc) 760 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, Cursor = 20, IsHitTestVisible = 21, VerticalOffset = 22, HorizontalOffset = 23, Visibility = 24, IsEnabled = 25, MinWidth = 26, MinHeight = 27 } /** * @hidden */ export declare let UIElementPropertyId_$type: Type;