SquareBorder
SquareBorder class
Instance to keep Border line properties for square stamp line.
public class SquareBorder : Border
Constructors
Name |
Description |
SquareBorder(Corners) |
Creates SquareBorderLine with corner radius values. |
SquareBorder(double) |
Creates SquareBorderLine with rounded corner radius. |
Properties
Name |
Description |
Color { get; set; } |
Gets or sets the border color of signature. |
DashStyle { get; set; } |
Gets or sets the signature border style. |
Radius { get; set; } |
Gets or sets the radius of square corners. |
Transparency { get; set; } |
Gets or sets the signature border transparency (value from 0.0 (opaque) through 1.0 (clear)). Default value is 0 (opaque). |
Visible { get; set; } |
Gets or sets the border visibility. |
Weight { get; set; } |
Gets or sets the weight of the signature border. |
Methods
Name |
Description |
Clone() |
Implement IClonable interface |
See Also