ICornerElement Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |