PdfAnnotationBorder
VerticalRadius Property
|
Gets or sets a vertical corner radius.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public float VerticalRadius { get; set; }
Public Property VerticalRadius As Single
Get
Set
public:
property float VerticalRadius {
float get ();
void set (float value);
}
member VerticalRadius : float32 with get, set
Property Value
Type:
Single
See Also