PdfAnnotationBorder
HorizontalRadius Property
|
Gets or sets a horizontal 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 HorizontalRadius { get; set; }
Public Property HorizontalRadius As Single
Get
Set
public:
property float HorizontalRadius {
float get ();
void set (float value);
}
member HorizontalRadius : float32 with get, set
Property Value
Type:
Single
See Also