Class RoundedCornerOptions
Denotes layout options for the rounded corner view
public class RoundedCornerOptions
- Inheritance
-
RoundedCornerOptions
- Inherited Members
Properties
RadiusBottomLeft
Gets the radius for rounded corners in the bottom left corner
public int? RadiusBottomLeft { get; init; }
Property Value
- int?
RadiusBottomRight
Gets the radius for rounded corners in the bottom right corner
public int? RadiusBottomRight { get; init; }
Property Value
- int?
RadiusTopLeft
Gets the radius for rounded corners in the top left corner
public int? RadiusTopLeft { get; init; }
Property Value
- int?
RadiusTopRight
Gets the radius for rounded corners in the top right corner
public int? RadiusTopRight { get; init; }
Property Value
- int?