BorderParameters Class |
Namespace: Aspose.BarCode.Generation
The BorderParameters type exposes the following members.
Name | Description | |
---|---|---|
![]() | Color |
Border color.
Default value: Color.Black.
|
![]() | DashStyle |
Border dash style.
Default value: BorderDashStyle.Solid.
|
![]() | Visible |
Border visibility. If false than parameter Width is always ignored (0).
Default value: false.
|
![]() | Width |
Border width.
Default value: 0.
Ignored if Visible is set to false.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString |
Returns a human-readable string representation of this BorderParameters.
(Overrides ObjectToString.) |