@nativescript-community/ui-material-core installMixins.
Gets or sets the elevation of the view.
Gets or sets a progress max value.
@nativescript-community/ui-material-core installMixins.
Gets or sets the ripple-color of the view.
@nativescript-community/ui-material-core installMixins.
Gets or sets the ripple-color alpha of the view.
Gets or sets a progress current value.
Measure the view and its content to determine the measured width and the measured height. This method is invoked by measure(int, int) and should be overriden by subclasses to provide accurate and efficient measurement of their contents. When overriding this method, you must call setMeasuredDimension(int, int) to store the measured width and height of this view. Failure to do so will trigger an exception, thrown by measure(int, int).
horizontal space requirements as imposed by the parent. The requirements are encoded with View.MeasureSpec.
vertical space requirements as imposed by the parent. The requirements are encoded with View.MeasureSpec.
@nativescript-community/ui-material-core installMixins.
Gets or sets the dynamic elevation offset of the view.