igniteui-react-core
Version:
Ignite UI React Core.
139 lines (138 loc) • 3.29 kB
TypeScript
import { Type } from "./type";
/**
* @hidden
*/
export declare const enum NativeUIBuiltInProperties {
DisplayType = 0,
Density = 1,
Value = 2,
Label = 3,
DisableRipple = 4,
DisableHover = 5,
DisableFocusStyle = 6,
IsChecked = 7,
DataSource = 8,
SelectedValue = 9,
Text = 10,
FontInfo = 11,
Min = 12,
Max = 13,
Step = 14,
CollectionName = 15,
IconName = 16,
CornerRadius = 17,
BaseTheme = 18,
InputType = 19,
TextAlignment = 20,
ShowSpinner = 21,
IsShown = 22,
Background = 23,
HoverBackground = 24,
AnimationEnabled = 25,
AnimationDuration = 26,
Actions = 27,
RowHeight = 28,
ActualRowHeight = 29,
Orientation = 30,
IsWrapEnabled = 31,
IsTextTrimmed = 32,
IsDisabled = 33,
TextColor = 34,
DisabledTextColor = 35,
AnimationType = 36,
IsHitTestVisible = 37,
IsFocusable = 38,
BoxSizing = 39,
DisableHitTestDuringAnimation = 40,
Elevation = 41,
IsPointerEnabled = 42,
PointerBackground = 43,
PointerPosition = 44,
ViewBoxLeft = 45,
ViewBoxTop = 46,
ViewBoxWidth = 47,
ViewBoxHeight = 48,
IconWidth = 49,
IconHeight = 50,
SubmenuBackground = 51,
GroupHeaderBackground = 52,
GroupHeaderTextColor = 53,
SeparatorBackground = 54,
Content = 55,
ContentPadding = 56,
DisablePointer = 57,
FillAvailableSpace = 58,
ClickTunneling = 59,
StopPropagation = 60,
IsShowing = 61,
IsClosing = 62,
PointerSize = 63,
FillColors = 64,
StrokeColors = 65,
StrokeWidth = 66,
UncheckedBackgroundColor = 67,
CheckedBackgroundColor = 68,
UncheckedBorderColor = 69,
CheckedBorderColor = 70,
MenuArrowStroke = 71,
IconFill = 72,
IconStroke = 73,
PlaceContent = 74,
ItemsSource = 75,
SelectedMemberPath = 76,
DataMemberPath = 77,
SubtitleMemberPath = 78,
PropertyTypeMemberPath = 79,
ShowSelectAll = 80,
PrimaryKey = 81,
SearchIconColor = 82,
SearchTextColor = 83,
SubtitleTextColor = 84,
GroupHeaderSubtitleTextColor = 85,
SubtitleFontInfo = 86,
Target = 87,
SelectedIndices = 88,
MinWidth = 89,
SelectedItems = 90,
ValuePath = 91,
DisplayPath = 92,
YValue = 93,
BarBackgroundColor = 94,
ThumbBackgroundColor = 95,
ThumbOutlineColor = 96,
ThumbRidgesColor = 97,
YMin = 98,
YMax = 99,
IndexType = 100,
SuffixIconSVGPath = 101,
SuffixIconFill = 102,
SuffixIconOutline = 103,
InputBackgroundColor = 104,
IsOpen = 105,
SelectionStart = 106,
SelectionEnd = 107,
IsExpanded = 108,
AutomationName = 109,
ShowsOnHover = 110,
UseTopLayer = 111,
ItemSpacing = 112,
GroupHeaderFontInfo = 113,
CheckboxAlignedRight = 114,
LabelClickTriggersChange = 115,
DataLegendTarget = 116,
ToolTipTextColor = 117,
SelectAllCaptionTextColor = 118,
BorderColor = 119,
ItemBorderColor = 120,
AccentColor = 121,
IsTabStop = 122,
ToolTipBackground = 123,
HighlightColor = 124,
SubPanelRowHeight = 125,
SearchBorderColor = 126,
SearchFocusBorderColor = 127
}
/**
* @hidden
*/
export declare let NativeUIBuiltInProperties_$type: Type;