Share via


ICornerElement Interface

Definition

Defines properties for elements that can have rounded corners.

public interface class ICornerElement
public interface ICornerElement
type ICornerElement = interface
Public Interface ICornerElement
Derived

Remarks

This interface is implemented by UI elements that support corner radius customization, allowing for consistent styling of corners across different controls.

Properties

CornerRadius

Gets the radius for the corners of the element.

Applies to