C1.WPF.Document Assembly / C1.WPF.Document Namespace / CornerRadius Structure / AllX Property

In This Topic
AllX Property (CornerRadius)
In This Topic
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.
Syntax
'Declaration
 
Public Property AllX As Nullable(Of Double)
 
See Also