abstract class RemoteCornerBasedShape : RemoteShape

Known direct subclasses
RemoteRoundedCornerShape

A shape describing the rectangle with rounded corners.


Base class for RemoteShapes defined by four RemoteCornerSizes.

See also
RemoteRoundedCornerShape

for an example of the usage.

Summary

Public properties

RemoteCornerSize

a size of the bottom end corner

RemoteCornerSize

a size of the bottom start corner

RemoteCornerSize

a size of the top end corner

RemoteCornerSize

a size of the top start corner

Public properties

bottomEnd

Added in 1.0.0-alpha08
val bottomEndRemoteCornerSize

a size of the bottom end corner

bottomStart

Added in 1.0.0-alpha08
val bottomStartRemoteCornerSize

a size of the bottom start corner

topEnd

Added in 1.0.0-alpha08
val topEndRemoteCornerSize

a size of the top end corner

topStart

Added in 1.0.0-alpha08
val topStartRemoteCornerSize

a size of the top start corner