C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace : CornerRadius Structure |
For a list of all members of this type, see CornerRadius members.
Name | Description | |
---|---|---|
![]() | All | Gets or sets a single radius value for all corners. Getting this property when different radii have different values returns null. Setting this property to null does not have any effect. |
![]() | AllX | Gets or sets a single X radius value for all corners. Getting this property when different X radii have different values returns null. Setting this property to null does not have any effect. |
![]() | AllY | |
![]() | BottomLeftX | Gets or sets the x-radius of the bottom left corner. |
![]() | BottomLeftY | Gets or sets the y-radius of the bottom left corner. |
![]() | BottomRightX | Gets or sets the x-radius of the bottom right corner. |
![]() | BottomRightY | Gets or sets the y-radius of the bottom right corner. |
![]() | TopLeftX | Gets or sets the x-radius of the upper left corner. |
![]() | TopLeftY | Gets or sets the y-radius of the upper left corner. |
![]() | TopRightX | Gets or sets the x-radius of the upper right corner. |
![]() | TopRightY | Gets or sets the y-radius of the upper right corner. |