The Material View represents a piece of material as specified by Material Design. Its shape can vary between a rectangle and a circle by rounding its corners. Material also has shadows and responds to touch interactions with a ripple animation.
Enabled
Turns the view on or off.
Interaction
The connection port used to link the view to an interaction.
Gesture
The connection port used to link the view to a gesture.
Position
The position of the view.
Size
The size of the view.
Rotation
The rotation of the view.
Scale
The scale of the view.
Anchor
The anchor point of the view.
Opacity
A normalized value between 0 - 1 that represents the opacity.
Masked to Bounds
Masks all subviews within the size of this view.
Border Radius
The radius of the view's corners. If set to 0, the view is a rectangle. If set half the size, it becomes a circle.
Material Color
The background color of the view.
Elevation
The size of the view's shadow is determined by its elevation.
Ripple Enabled
When enabled, display a touch ripple when touching the view.